-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
Astronomical Object Detection Tool #934
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
I would like to undertake thir project Full name : Advita Shrivastava |
Can you please elaborate on the approach/models you are planning to implement here for this project? |
I am implementing a convolutional neural network (CNN) with 5 convolutional layers followed by fully connected layers for classification. The model uses data augmentation techniques such as random rotation and normalization, and is trained using PyTorch Lightning. I plan to track performance metrics like accuracy and visualize results with confusion matrices to improve the model. |
Apart from CNN what are the other models you are planning to implement for this problem statement and dataset. As this repository mainly suggests to implement 3-4 models for each problem statement and find out the best fitted one based on the accuracy scores. Generally students who are new to this open source and deep learning need to explore more on the topics, hence implementing various models will help those people to understand the variety of the models they can implement using the same dataset. @Advita9 looking forward to hearing from you. |
I am also planning to incorporate ResNet-18, VGG-16 and MobielNetV2 in my training. |
is this
Is this alright? |
@abhisheks008 just tagging you again, if approved I can submit code. |
Assigned @Advita9 |
Deep Learning Simplified Repository (Proposing new issue)
🔴 Project Title : Astronomical Object Detection Tool
🔴 Aim : A tool to detect an astronomical object using images
🔴 Dataset : Kaggle Astronomy Image Classification Dataset
🔴 Approach : Creating a 6 layer CNN for object detection
📍 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: