-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement LD on VisDrone dataset #68
Comments
Can you paste ld_gfl_R18_R101_1x training log here? |
Oh sorry, I made mistake pasting the name of configs, I finetuned gfl_r18_fpn_1x and gfl_r101_fpn_1x
|
I didn't find problems in this log, can you try setting loss_ld=0 in your config and retrain ld_r18-gflv1-r101_fpn_1x, theoritically it should have same accuracy as gfl_r18_fpn_1x |
Yes, loss_weight=0 |
Hi and thanks for this great work
I wanted to reimplement your LD on VisDrone dataset
here is the steps I followed:
1- Finetune 'faster-rcnn_r18_fpn_1x.py' config on VisDrone dataset
2- Finetune 'faster-rcnn_r101_fpn_1x.py' config on VisDrone dataset
3- train with 'ld_r18-gflv1-r101_fpn_1x_coco' config and modify the config to load the finetuned R101 as teacher and finetuned R18 as student and also change the dataset part to load VisDrone
but the result is NOT what I expected
bbox_mAP_50:
bbox_mAP:
I wonder if you can help me figure which part may cause the problem
The text was updated successfully, but these errors were encountered: