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

evaluate problem #15

Open
hbsycym opened this issue May 15, 2023 · 0 comments
Open

evaluate problem #15

hbsycym opened this issue May 15, 2023 · 0 comments

Comments

@hbsycym
Copy link

hbsycym commented May 15, 2023

how to solve this problem? thanks a lot!

[05/15 20:16:43 d2.MonoDet]: Total inference pure compute time: 0:01:20 (0.021297 s / img per device, on 1 devices)
Traceback (most recent call last):
File "/home/cym/MonoDet/projects/MonoRCNN/./main.py", line 179, in
launch(
File "/home/cym/detectron2/detectron2/engine/launch.py", line 84, in launch
main_func(*args)
File "/home/cym/MonoDet/projects/MonoRCNN/./main.py", line 166, in main
do_test(cfg, model)
File "/home/cym/MonoDet/projects/MonoRCNN/./main.py", line 69, in do_test
evaluate_on_dataset(cfg, result_dir, iteration)
File "/home/cym/MonoDet/projects/MonoRCNN/lib/train_test.py", line 474, in evaluate_on_dataset
p = subprocess.Popen([script, result_dir.replace('/data', '')], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/home/cym/.conda/envs/py/lib/python3.9/subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/home/cym/.conda/envs/py/lib/python3.9/subprocess.py", line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
PermissionError: [Errno 13] Permission denied: '/media/bata/KITTI/val1/cpp/evaluate_object'

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