You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
excuse me ,I have the following problem when I run pseudo_label , because the path is wrong? And I didn't find the 0001.jpg used in your path.Can you help me with your answer? thank you very much.
(C:\Users\pf\Anaconda3) D:\cross-domain-detection-master>python pseudo_label.py --root datasets/clipart --data_type clipart --det_type ssd300 --gpu 0 --load models/clipart_dt_ssd300 --result datasets/dt_pl_clipart
32 of 500 images, 15.42 FPSTraceback (most recent call last):
File "pseudo_label.py", line 92, in
main()
File "pseudo_label.py", line 82, in main
labeler = LabelFile(filename, img_path, dataset.actual_labels)
File "D:\cross-domain-detection-master\lib\label_file.py", line 20, in init
assert(os.path.exists(imagePath))
AssertionError
The text was updated successfully, but these errors were encountered:
I haven't tested it on WIndows.
(i) Could you try print(imagePath) and what's the output?
(ii) Could you check if you have downloaded the dataset again?
excuse me ,I have the following problem when I run pseudo_label , because the path is wrong? And I didn't find the 0001.jpg used in your path.Can you help me with your answer? thank you very much.
(C:\Users\pf\Anaconda3) D:\cross-domain-detection-master>python pseudo_label.py --root datasets/clipart --data_type clipart --det_type ssd300 --gpu 0 --load models/clipart_dt_ssd300 --result datasets/dt_pl_clipart
32 of 500 images, 15.42 FPSTraceback (most recent call last):
File "pseudo_label.py", line 92, in
main()
File "pseudo_label.py", line 82, in main
labeler = LabelFile(filename, img_path, dataset.actual_labels)
File "D:\cross-domain-detection-master\lib\label_file.py", line 20, in init
assert(os.path.exists(imagePath))
AssertionError
The text was updated successfully, but these errors were encountered: