ZhaoPo
ZhaoPo
Thank you very much for replying, but my level of coding, the level of a beginner, I didn't implement it for the past few days, is there a more detailed...
Thank you very much for your reply, I added the code you provided in ffa.py and running test.py shows the following problem, can you provide some good suggestions, thanks! 
> 回溯(最近一次调用):文件 “/home/zzjy/anaconda3/envs/meta_detr/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py”,第 302 行,在 _worker_loop data = fetcher.fetch(index) 文件 “/home/zzjy/anaconda3/envs/meta_detr/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py”,第 58 行,在 fetch data = [self.dataset[idx] for idx in possibly_batched_index]文件 “/home/zzjy/anaconda3/envs/meta_detr/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py”,第 58 行,在 data = [self.dataset[idx] for idx in...
Hello, I also encountered the same problem when I was fine-tuning, may I ask if you have solved it? Is it convenient for me to exchange guidance? Looking forward to...
Hi, if I want to change the MSCOCO data set to other types of data set, how to divide my own data set into coco_fewshot data format, can you provide...