Bowen Li

Results 26 comments of Bowen Li

> > @1696427331 Have you solved the problem?Is it a data set construction problem? > > I haven't solved this problem yet. I use the same data set and data...

Hi, thanks so much for your response. About VOC dataset, I downloaded from this mirror [web](https://pjreddie.com/projects/pascal-voc-dataset-mirror/) since the official one seems to be down. Then just follow your instruction in...

Besides, I randomly got this situation, which continues to confuse me. I have to try several times before getting ![Screenshot from 2021-06-11 20-18-18](https://user-images.githubusercontent.com/56875617/121685386-73491d80-caf2-11eb-8497-b93afb38dbfc.png) it normal. I didn't modify your code....

> > Hi, thanks so much for your response. > > About VOC dataset, I downloaded from this mirror [web](https://pjreddie.com/projects/pascal-voc-dataset-mirror/) since the official one seems to be down. Then just...

You'll need to modify several lines in the generating .py files to generate multiple shots. See ReadMe for more details

How about the novel classes? The test only counts novel classes

Could be, you can check the steps in data generation phase

Also check the ID mapper is correct for the VOC classes in COCO

Yes, we re-implemented them by ourselves. Actually, COCO2017 test set (5k images) are the same as what they used in COCO2014 (5k images out of training and validation set). We...

Hi, can you provide more details of this issue? I suppose it is from the coco.py file in the detectron2 library? You need to comment that assertion code when doing...