Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some path errors occur when running data_preprocesser.py #44

Open
Sara666-LI opened this issue May 13, 2022 · 0 comments
Open

some path errors occur when running data_preprocesser.py #44

Sara666-LI opened this issue May 13, 2022 · 0 comments

Comments

@Sara666-LI
Copy link

python lib/core/data_preprocessor.py --cfg configs/kitti/3dssd/3dssd.yaml --split training --img_list train
Traceback (most recent call last):
File "lib/core/data_preprocessor.py", line 11, in
from lib.dataset.dataloader import choose_dataset
File "/home/sara/3DSSD/lib/dataset/dataloader/init.py", line 5, in
from .kitti_dataloader import KittiDataset
File "/home/sara/3DSSD/lib/dataset/dataloader/kitti_dataloader.py", line 21, in
from utils.tf_ops.evaluation.tf_evaluate import evaluate, calc_iou
File "/home/sara/3DSSD/lib/utils/tf_ops/evaluation/tf_evaluate.py", line 7, in
evaluate_module=tf.load_op_library(os.path.join(BASE_DIR, 'tf_evaluate_so.so'))
File "/home/sara/anaconda3/envs/3dssd/lib/python3.6/site-packages/tensorflow_core/python/framework/load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: libtensorflow_framework.so.2: cannot open shared object file: No such file or directory

@Sara666-LI Sara666-LI changed the title some path errors occur when runming data_preprocesser.py some path errors occur when running data_preprocesser.py May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant