JosephKJ / OWOD

(CVPR 2021 Oral) Open World Object Detection
https://josephkj.in
Apache License 2.0
1.03k stars 155 forks source link

about visualise_detections.py No such file or directory /home/fk1/workspace/OWOD/output/t1_clustering_val/energy_dist_' + str(20) + '.pkl #29

Closed yhl2018 closed 3 years ago

yhl2018 commented 3 years ago

Hi, Thanks for your excellent work!

How to run visualise_detections.py?

I run the code visualise_detections.py find the file is /home/fk1/workspace/OWOD/output/t1_clustering_val/energydist' + str(20) + '.pkl "" missin? I want to see an unknown tag in an image?

ccblublu commented 3 years ago

you should run train_net.py t*_val.yaml first

JosephKJ commented 3 years ago

@ccblublu is correct. Please read through replicate.sh, if that helps.

Re-open this issue if required.

SeungyounShin commented 2 years ago

I run replicate.sh successfully and t*_val.yaml but still t1_clustering_cal is not created.

nulidetuanzi commented 2 years ago

I run replicate.sh successfully and t*_val.yaml but still t1_clustering_cal is not created.

I also encountered the same problem, have you solved it?