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

The problem of pseudo_label #24

Closed
txinp opened this issue Nov 25, 2019 · 2 comments
Closed

The problem of pseudo_label #24

txinp opened this issue Nov 25, 2019 · 2 comments

Comments

@txinp
Copy link

txinp commented Nov 25, 2019

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

@naoto0804
Copy link
Owner

naoto0804 commented Nov 28, 2019

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?

@naoto0804
Copy link
Owner

naoto0804 commented Feb 4, 2020

Can you see more discussion on #25?

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

2 participants