Replies: 1 comment 1 reply
-
Hello @nalemadi
Is this what you are doing? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @fcakyon,
Congratulations on your achievement and thank you for sharing the great job.
I was able to reproduce the results announced with Visdrone dataset by converting the dataset to coco format, training, and inference, which is excellent.
But I have faced some issues with training xView with the TOOD detector.
These are the steps I followed to train xView (similar to the actions performed on training Visdrone):
BATCH_MULTIPLIER
to lower value to fit into the available resources.I had the following error:
2023-03-28 22:58:06,076 - mmdet - ERROR - The testing results of the whole dataset is empty.
(Notes: I double-checked the converted val.json by performing the inference of xView using your checkpoint on
TOOD+SF+SAHI+FI+PO
setup and I was able to get the announced result. Also, I was able to train xView with https://github.com/fcakyon/small-object-detection-benchmark/blob/main/mmdet_configs/xview_tood/tood_full_cls_60.py config that got low results when using inference withTOOD+SF+SAHI+FI+PO
setup)I'm trying to figure out what went wrong. Could you please help me with that?
Looking forward to your reply
Beta Was this translation helpful? Give feedback.
All reactions