sudhanv99
sudhanv99 t1_iwyjd7e wrote
Reply to comment by PegasusInvasion in [P] Any object detection library by PegasusInvasion
you dont have to train. there are pretrained models, you can just run inference.
sudhanv99 t1_iwyhvfj wrote
Reply to comment by PegasusInvasion in [P] Any object detection library by PegasusInvasion
it is doable but you have to know what images are in your folder. you can find models trained on coco dataset which can do this. but your images have to be in the coco dataset.
you can write a script which will move your files based on the predictions after that.
sudhanv99 t1_iwyjrr9 wrote
Reply to comment by PegasusInvasion in [P] Any object detection library by PegasusInvasion
try yolo, that ll be simple for your application.