Add support for more flexible object detection model selection (quantized, faster-rcnn, etc...)
See original GitHub issueI stumbled upon this project from a LinkedIn post, and it peeked my interest as I’ve implemented a TensorFlow component in Home Assistant, a popular open source home automation platform.
One of the requests I get frequently is the ability to train and use custom object labels. Up to this point, I’ve told people that the effort required to do so is too great for most users.
On to the feature request… I noticed here that you are defaulting the model to an SSD MobileNet model. How large is the effort to allow users to choose the base model to train? I, for example, am using the faster_rcnn_inception_v2_coco
model since the SSD model is not accurate enough for the distance and angle of the cameras I have mounted.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Benchmarking Object Detection Deep Learning Models in ...
This work benchmarks deep learning object detection models in embedded devices. Furthermore, some hardware selection guidelines are included, together with ...
Read more >Object Detection with Deep Learning: A Review - arXiv
Our review begins with a brief introduction on the history of deep learning and its representative tool, namely Convolutional Neural Network. (CNN). Then...
Read more >Unable to train a quantization aware Faster RCNN + ... - GitHub
When I try to fine tune a Faster RCNN + Resnet50 object detector I get a runtime error. Stack trace: Traceback (most recent...
Read more >Deep Learning for Generic Object Detection: A Survey
4a) is to assess the presence of objects from a given set of object classes in an image; i.e., assigning one or more...
Read more >R-CNN, Fast R-CNN, Faster R-CNN, YOLO — Object ...
Another integral part of computer vision is object detection. Object detection aids in pose estimation, vehicle detection, surveillance etc.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Another thing to note, is that the core ml/tflite conversions won’t work anymore, they are only compatible with ssd at the moment
hi, I am getting this error"(Using settings from config.yaml) error Invalid Cloud Object Storage credentials." how to change or start process again