Open zaoruis opened 6 days ago
I made a mistake here, The reason for the error is "No images found in Hy/TMP/GuidedDistillation / / tools/datasets/data_for_Guided_Distillation/coco_unlabel/images/". So I carefully analyzed the code, and I found that my json_info content was itself empty, so it wouldn't execute the loop code. But json_info is executed according to the script command you gave it.
我在这里犯了一个错误,错误的原因是“在 Hy/TMP/GuidedDistillation / / tools/datasets/data_for_Guided_Distillation/coco_unlabel/images/ 中找不到图像”。所以我仔细分析了代码,发现我的json_info内容本身是空的,所以它不会执行循环代码。但是json_info 是根据您给它的脚本命令执行的。
Your code doesn't allow it to be empty. Do these contradict each other?
I've found my problem. I'm sorry to bother you
Hello, my dataset is in COCO format, so I use the training command line for the COCO dataset. But a mistake was made. So I tried to find the reason and I found that your file indicated that this file was for Cityscapes. So I would like to ask: Is the Example you gave on COCO with a DINO backbone correct? If so, how can I train my own data set?