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
DDDqp t1_iqzo5n3 wrote
That's great, but is it possible to have yolov7? The 5th is lacking in comparison. At least in my case the v7 gave better results.