FewX icon indicating copy to clipboard operation
FewX copied to clipboard

FewX is an open-source toolbox on top of Detectron2 for data-limited instance-level recognition tasks.

Results 59 FewX issues
Sort by recently updated
recently updated
newest added

Thanks for your good work! I want to use my own data,may be I should make the data format to the coco?

![Snipaste_2021-04-14_16-32-44](https://user-images.githubusercontent.com/49463581/114679895-30133e00-9d3f-11eb-9dc3-fe035370a563.png) ![Snipaste_2021-04-14_16-33-01](https://user-images.githubusercontent.com/49463581/114679916-343f5b80-9d3f-11eb-8c56-3d71071fb0ad.png)

I run all.sh and get nothing. so I use detetron demo predict code to generate the coco result and the resulte is to low.loading annotations into memory... Done (t=0.50s) creating...

I want to use fewx to train my datasets. Could you release the code about how to generate "final_split_voc_10_shot_instances_train2017.json"?

https://github.com/fanq15/FewX/blob/3392c747471caa6f0174748aaa72eaf3db18be91/fewx/data/dataset_mapper.py#L242 https://github.com/fanq15/FewX/blob/3392c747471caa6f0174748aaa72eaf3db18be91/fewx/data/dataset_mapper.py#L215

I don't understand the 33 line in FewX-master.datasets.coco.6_voc_few_shot.py which is used to generate k-shot novel dataset final_split_voc_10_shot_instances_train2017.json file, the line 33 require that the images selected into k-shot novel dataset...

Would you mind giving a clarification about the generation process of _new_annotations/final_split_voc_10_shot_instances_train2017.json_? Thanks in advance.

Thanks for your code! but I meet this error when I run your code on COCO dataset, could you please tell me what is this file for?and where could I...

Dear author, thanks for you great work. Currently I am trying to run your code but always report NaN error, the following is the error traceback, can you have a...