i am new in pytorch and deep learning can any one help me to start custom object detection using CNN . i understand and also implement the object classification but i am stack on object detection plz help me to start object detection Thank you.
I am new in pytorch and deep learning can any one help me to start custom object detection using CNN
The Object Detection Tutorial might be a good start.
1 Like
You can also check out this repository here which support Object Detection and a lot of other scenarios. For object detection it’s purely based on torchvision: link