Submitted by RandomForests92 t3_xus40c in deeplearning
Hi everyone! I'm Piotr and for several years I have been developing a small open-source project for labeling photos - makesense.ai. I added a new feature this weekend. You can use [YOLOv5](https://github.com/ultralytics/yolov5) models to automatically annotate photos. You can choose one of the models pre-trained on the COCO dataset, but most importantly you can load your own custom models. Just drag and drop the tensorflow.js model to the editor and you are good to go. Everything runs in the browser - no backend, so it is completely free. Let me know what you think! I'm super excited about that project.
By the way, I have created an NPM package, which can also make it easier for you to deploy YOLOv5 in the browser. https://github.com/SkalskiP/yolov5js
encord_team t1_ir50jb5 wrote
Hi u/RandomForests92 - Exciting project! The onboarding experience is smooth and the UI makes it easy to get started on a simple annotation project.
I would consider adding hotkeys for the different label types/label operations and the option to do object detection and classification in one view.