facebookresearch / unbiased-teacher

PyTorch code for ICLR 2021 paper Unbiased Teacher for Semi-Supervised Object Detection
https://arxiv.org/abs/2102.09480
MIT License
410 stars 82 forks source link

How to inference on my onw pictures? #19

Open sisrfeng opened 3 years ago

sisrfeng commented 3 years ago

I have debugged to see how to change the dataset path, but I am not familiar with detectron2, and can not find the relevant code. Thx!

ycliu93 commented 3 years ago

For using the customized images, I would recommend the solutions to issue #10 and issue #8 .

I will create the function to use the customized images/dataset on this codebase around June/July.

sarmientoj24 commented 3 years ago

Is there already one for the customized images/dataset?

sarmientoj24 commented 2 years ago

@ycliu93 any updates on training on custom VOC dataset?

wyz0916-gitHub commented 1 year ago

For using the customized images, I would recommend the solutions to issue #10 and issue #8 .

I will create the function to use the customized images/dataset on this codebase around June/July.

Hi,have you finished?