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 inference of VOC data #13

Closed
wuhandashuaibi opened this issue Jun 15, 2022 · 2 comments
Closed

The inference of VOC data #13

wuhandashuaibi opened this issue Jun 15, 2022 · 2 comments

Comments

@wuhandashuaibi
Copy link

hello, I have a problem when inference the data of VOC. Run the script of ./tools/inference_unlabeled_coco_data.sh, I don't get any inference results at specified folder. Is there a script for inferencing and generating pseudo-labels for VOC data? Thanks!

@chenbinghui1
Copy link
Owner

@wuhandashuaibi hello, I try it now. The script used for generating pseudo-labels indeed is tools/inference_unlabeled_coco_data.sh, bellow is my code:
[1] modify tools/inference_unlabeled_coco_data.sh
image

[2] modify correponding configs/fcos_semi/voc/r50_caffe_mslonger_tricks_0.Xdata.py as:
image

[3] then run tools/inference_unlabeled_coco_data.sh; you will observe the progress of generating, and when generating is done, the correponding file will be produced at corresponding "workdir"
image

After doing these above steps, follow step-6 in README to generate the final DSL-Style pseudo-labels for later use.

@wuhandashuaibi
Copy link
Author

@chenbinghui1 Great! Thanks!

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