What about Object Detection? #220
-
Hey @mrdbourke, Firstly you have curated an excellent course. So kudos on that.But I'm kinda pissed off as the course doesn't feature anything about Object Detection. Right now, I'm planning to start an project which requires Object Detection but, don't know how any of that works,
If possible could you provide us with some resources that could help us build object detection models, because I had a difficult time finding any. And also, no matter what the resource you share, We'd like to learn this Object detection teached by you, so I (and many other students) hopefully are expecting a future We would much appreciate it and also there's great scarcity of tutorials on this topic right now. Have a great day !! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I also searched for object detection and OCR models, there are some good papers that shows models architectures for that: |
Beta Was this translation helpful? Give feedback.
-
Hey @AdityaNaidu2k2, Thank you for the kind words! As for now, there's no plans to add object detection to the current course (it's already far long enough). Though there may be more through a tutorial on YouTube/ZTM in the future. In the meantime, I'd check out the TensorFlow object detection API: https://github.com/tensorflow/models/tree/master/research/object_detection There are a lot of helpful resources on that page. Also, TensorFlow Hub has a fair few object detection models ready to use: https://www.tensorflow.org/hub/tutorials/object_detection Finally, Pyimagesearch is another great place for object detection tutorials with TensorFlow: https://www.pyimagesearch.com/category/object-detection/ And @lukbast, I'm not sure what RPN is? But for all available pre-built TensorFlow layers, see the docs here: https://www.tensorflow.org/api_docs/python/tf/keras/layers, if it's not there, subclassing is your next option |
Beta Was this translation helpful? Give feedback.
Hey @AdityaNaidu2k2,
Thank you for the kind words!
As for now, there's no plans to add object detection to the current course (it's already far long enough).
Though there may be more through a tutorial on YouTube/ZTM in the future.
In the meantime, I'd check out the TensorFlow object detection API: https://github.com/tensorflow/models/tree/master/research/object_detection
There are a lot of helpful resources on that page.
Also, TensorFlow Hub has a fair few object detection models ready to use: https://www.tensorflow.org/hub/tutorials/object_detection
Finally, Pyimagesearch is another great place for object detection tutorials with TensorFlow: https://www.pyimagesearch.com/category/object…