FSCE
FSCE copied to clipboard
# prepare_coco_few_shot.py 作者应该看得懂中文吧!!! 我跑标题的文件做数据集时,提示这个错误: ```python File "prepare_coco_few_shot.py", line 17, in generate_seeds data = json.load(open(data_path)) IsADirectoryError: [Errno 21] Is a directory: 'datasets/cocosplit/datasplit/trainvalno5k.json' ``` 然后我看源代码里面设置了一个这个json文件的路径后就直接load了,但是没这个文件啊????我该怎么生成这个文件呢?
Hello, in the instruction, there is a line showing "Dependencies: pip install -r requirements.txt", but how could I find this .txt file? When I run the setup file, the following...
I followed the guidance of README (without any change) to pretrain a base model and then randomly initilize the novel weights, finally finetune it.But I get a best result of...
1 shot and 2 shot do not use contrastive loss?
Dear author, I am trying to reproduce your paper, but when I run the config of pascal voc split1 shot3, https://github.com/MegviiDetection/FSCE/blob/main/configs/PASCAL_VOC/split1/3shot_CL_IoU.yml, I get the result as follows: ``` [03/24 23:23:04...
I can't find the requirements file, how to execute pip install -r requirements.txt
Thanks for your great projects and Thanks for share the code of your great work! I have done all the installations shown on README but still, I get his error...
GPU: 3090, I can't install cuda10 0, how can I compile it? When I use cuda11 0 will have errors when compiling.
请问论文中报告的结果是多次实验取平均值吗?还是取了最高值?