You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zylo117 Hi, thanks for the repository. I use the same dataset #569, but all 20 classes. I have already trained this dataset on Faster R-CNN, SSD, YOLOv3 and there was a good result (65-75) mAP, but on this model 43 mAP.
link: https://arxiv.org/ftp/arxiv/papers/1909/1909.00133.pdf
I used the K-means with parameters anchor_base_scale = 4, anchor_stride = 8.
@zylo117 I have 9 anchors (accuracy 69) for Yolov3, can I install them on this repository? If I use K means for 3 clusters then I get a bad result (accuracy 47).
@zylo117 Hi, thanks for the repository. I use the same dataset #569, but all 20 classes. I have already trained this dataset on Faster R-CNN, SSD, YOLOv3 and there was a good result (65-75) mAP, but on this model 43 mAP.
link: https://arxiv.org/ftp/arxiv/papers/1909/1909.00133.pdf
I used the K-means with parameters anchor_base_scale = 4, anchor_stride = 8.
I watched the tutorial #569 and tried learning in two stages.
python train.py -c 2 -p dior --head_only True --lr 5e-4 --batch_size 4 --load_weights weights/efficientdet-d2.pth --num_epochs 100 --save_interval 1100
python train.py -c 2 -p dior --head_only False --lr 1e-4 --batch_size 4 --load_weights last --num_epochs 100 --save_interval 1100
What can I do to improve the mAP?
The text was updated successfully, but these errors were encountered: