-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Ship Detection using DL #634
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
This project is already present in this repo, https://github.com/abhisheks008/DL-Simplified/tree/main/Ship%20Detection%20from%20Aerial%20Images |
ya i was thinking to work on the same statement and try to get better results with different models as they have used yolo over there. If it is okay ? |
Then it's an enhancement of the existing project. You can add your contribution in the existing project folder, no need to create a separate project folder. Can you share the models you are planning to implement for the enhancement of the existing project? |
yeah okay so if you could provide me with the link of the folder and also label with necessary gssoc tags, it would be great |
https://github.com/abhisheks008/DL-Simplified/tree/main/Ship%20Detection%20from%20Aerial%20Images Enhance the model only. No need to remove the files, edit the jupyter notebook and push your codes. Once done update the README file along with your models. Assigned @Kshah002 |
👍Thank you. |
i wanna work on this |
Please share your approach as per the issue template along with the required details. |
Data Augmentation: Since the dataset is limited, apply data augmentation techniques like rotation, flipping, zooming, and shifting to artificially increase the diversity of training data. Model Training: Fine-tune each of the pretrained models on the augmented dataset. The models will be trained to classify whether a ship is present or not in the aerial images. Model Evaluation: Compare the performance of the models based on accuracy, precision, recall, and F1-score to determine which model performs best for ship detection. Model Selection: Choose the best-performing model based on evaluation metrics and further optimize it if necessary. Model Deployment: Save the trained models for later use and further analysis. |
please tell |
Hi @adityasingh-0803 sorry for replying late. I'd like to know about the models you are planning to implement here for this project/issue. You need to implement at least 3-4 Deep Learning models for this project. Also please mention the open source event you are participating in. |
ok i will work on this |
Before starting the issue related work, can you please mention the details highlighted in the previous comment? |
Deep Learning Simplified Repository (Proposing new issue)
🔴 Project Title : Ship Detection from Aerial Images
🔴 Aim : To detect whether there are any ships in the given picture or not.
🔴 Dataset : https://www.kaggle.com/datasets/andrewmvd/ship-detection
🔴 Approach :
Dataset being very scarce the first task to apply data augmentation
Using Transfer Learning approach by leveraging pretrained models - DenseNet121, ResNet50, Xception and EfficientNet B5 and comparing the results. Will try to implement all four models however can assure to use atleast 3 models mentioned
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: