abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
319 stars 288 forks source link

Car Object Detection Using DL #666

Closed Rithish5513U closed 1 month ago

Rithish5513U commented 1 month ago

Pull Request for DL-Simplified πŸ’‘

Issue Title : Car Object Detection Using DL

Closes: #241

Describe the add-ons or changes you've made πŸ“ƒ

I have created 3 models and compared their accuracy for the given task of detecting cars. The models I have trained are Yolov8, mobilenet ssd and vgg16.

Type of change β˜‘οΈ

What sort of change have you made:

How Has This Been Tested? βš™οΈ

I have tested each models based on their accuracy and loss functions.

Checklist: β˜‘οΈ

github-actions[bot] commented 1 month ago

Our team will soon review your PR. Thanks @Rithish5513U :)

Rithish5513U commented 1 month ago

@abhisheks008 First of all sorry for wrong description title, it is because I edited this readme from that one and second what EDA are u mentioning here, there are only images, whether to add images to show bounding boxes over car or some other??

abhisheks008 commented 1 month ago

@abhisheks008 First of all sorry for wrong description title, it is because I edited this readme from that one and second what EDA are u mentioning here, there are only images, whether to add images to show bounding boxes over car or some other??

If you have nothing to show in the EDA you can show some dataset images of your choice.

abhisheks008 commented 1 month ago

Done with the changes? @Rithish5513U

Rithish5513U commented 1 month ago

Yes now check it if any further changes required let me know @abhisheks008

binguliki commented 1 month ago

@Rithish5513U Hey bro πŸ‘‹ I have seen your work , i have small doubt like did you use VGG19 to directly predict the bounding boxes?

Rithish5513U commented 4 weeks ago

@Rithish5513U Hey bro πŸ‘‹ I have seen your work , i have small doubt like did you use VGG19 to directly predict the bounding boxes?

No there will be a seperate csv file for bounding boxes. You should draw those lines using cv2 first and then train your model

binguliki commented 4 weeks ago

@Rithish5513U Yeah means your target labels were those annotations given the image right ?

Rithish5513U commented 4 weeks ago

@Rithish5513U Yeah means your target labels were those annotations given the image right ?

Yeah obviously. Feel free to ask any other things related to the project.

binguliki commented 4 weeks ago

@Rithish5513U Yeah sure , I wanted to know because i had done a similar project of Bone fracture detection model and i found it difficult like the tensorflow object detection API is still under development stage and there arent many pre trained models available. I used YoloV8 of ultralytics and detectron model

Rithish5513U commented 4 weeks ago

@Rithish5513U Yeah sure , I wanted to know because i had done a similar project of Bone fracture detection model and i found it difficult like the tensorflow object detection API is still under development stage and there arent many pre trained models available. I used YoloV8 of ultralytics and detectron model

Mm I don't know much about detectron model wanna learn about that too if possible