aerial-cars-dataset icon indicating copy to clipboard operation
aerial-cars-dataset copied to clipboard

Did you fine-tune a pre-trained YOLOv3 or train this from scratch?

Open Karthik-Suresh93 opened this issue 6 years ago • 9 comments

As you have only a few images here, I am curious if you trained on this dataset from scratch or fine-tuned a few layers in the darknet architecture using a pre-trained model? Could you please share your training strategy?

Karthik-Suresh93 avatar Apr 19 '18 07:04 Karthik-Suresh93

I followed instructions at yolo author's site and use pretrained weights for convolutional layers as he described.

чт, 19 апр. 2018 г., 10:12 Karthik-Suresh93 [email protected]:

As you have only a few images here, I am curious if you trained on this dataset from scratch or fine-tuned a few layers in the darknet architecture using a pre-trained model? Could you please share your training strategy?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jekhor/aerial-cars-dataset/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHK29QscrC0vDh9RvJuQ7bGujsmI0_Dks5tqDjegaJpZM4TbQuL .

jekhor avatar Apr 19 '18 08:04 jekhor

But you have very few images to train on, it didn't produce any results for me. Thanks for your help anyway

Karthik-Suresh93 avatar Apr 19 '18 18:04 Karthik-Suresh93

This dataset contains ~4000 labeled objects, this is not too small amount. But the net trained with this data doesn't show good results with photos from completely different series (taken with different device, weather conditions, zoom etc.) and you need additional samples in such case. I can recommend to take a look for openaerialmap.org for example (select filtering by high resolution).

jekhor avatar Apr 19 '18 18:04 jekhor

This is result from my current net applied to the San Francisco's photo from openaerialmap, for example.

predictions

jekhor avatar Apr 19 '18 18:04 jekhor

Could you provide a link to the full dataset, please? Your uploads contain about 130 images

Karthik-Suresh93 avatar Apr 19 '18 19:04 Karthik-Suresh93

This is my full dataset. Every image contains number of cars (see .txt files)

чт, 19 апр. 2018 г., 22:07 Karthik-Suresh93 [email protected]:

Could you provide a link to the full dataset, please? Your uploads contain about 130 images

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jekhor/aerial-cars-dataset/issues/1#issuecomment-382847748, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHK2zdaW9QIDJiwHL8cqVoAVfFGw3JOks5tqOCEgaJpZM4TbQuL .

jekhor avatar Apr 19 '18 20:04 jekhor

Did you freeze any weights or train the full model?

Karthik-Suresh93 avatar Apr 20 '18 09:04 Karthik-Suresh93

Full train as described here: https://pjreddie.com/darknet/yolo/ This was my first attempt to get some results with YOLO, so I just repeated instructions written by its author.

jekhor avatar Apr 21 '18 19:04 jekhor

Thank you very much for your help!

Karthik-Suresh93 avatar Apr 21 '18 19:04 Karthik-Suresh93