Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

How to train Faster R-CNN on my own custom dataset? #1028

Open
meshghi opened this issue Aug 26, 2021 · 4 comments
Open

How to train Faster R-CNN on my own custom dataset? #1028

meshghi opened this issue Aug 26, 2021 · 4 comments

Comments

@meshghi
Copy link

meshghi commented Aug 26, 2021

Hello. I want to:

1- train Faster RCNN on my own custom dataset.
2- use the pre-trained Faster RCNN on the VOC2007 as the initial weights to train it then on my own custom dataset.
3- modify the RPN network with different loss functions that I have come up with.

I will greatly appreciate it if you could help me/let me know how to achieve the above goals.

@under-score
Copy link

Have a look at towardsdatascience.com for custom object detection.

@s4nyam
Copy link

s4nyam commented Dec 3, 2022

Still Looking for some productive references, not literature, but proper guidelines to code. Thanks :)

@aymuos15
Copy link

aymuos15 commented Jul 24, 2023

https://colab.research.google.com/drive/1oFxPpBeE8SzSQq7BTUv28IIqQeiHHLdj?usp=sharing#scrollTo=e1BoCmE3j54d

This link seemed fairly helpful (for question 1). At least provides some form of intuition as to how structure your pipeline.

@s4nyam
Copy link

s4nyam commented Jul 27, 2023

Thanks, I finished the project, its called as DeepSeaNet, have some click to run all notebooks along with that, try looking - https://arxiv.org/abs/2306.06075

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants