Replies: 1 comment 4 replies
-
Have you checked the package versions? I am not able to recreate this error. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @ fcakyon, I encountered some problems about training details during the training. I'm trying to reproduce the experiment. I want to use vfnet, so I use the code in the following path:
https://github.com/fcakyon/small-object-detection-benchmark/blob/main/mmdet_configs/visdrone_vfnet/vfnet_crop_480_960_cls_60.py
and I use visdrone_ to_ Coco.py converts the visdrone training and verification split into the coco format and uses https://github.com/fcakyon/sahi-benchmark/blob/mmdet_ Tools/train.py conducted training, but reported an error ValueError: need at least one array to concatenate. I went online to find a solution, and the answer was that the first possible path was wrong, which has been ruled out. Second, there is a problem with the converted json file. It is said that the name field in "categories" may not be the category name, but I have seen that the converted json file has no problem. How can I solve it? I look forward to your reply.
Beta Was this translation helpful? Give feedback.
All reactions