Hacker News new | ask | show | jobs
by rustastra 1970 days ago
I am very curious to know which pre-trained models work better for this task and whether it's possible at all to do without a neural net...
1 comments

Really just depends on the task. For this particular case I used a Faster-RCNN model with weights pretrained on the COCO dataset
Could feature extraction be helpful here?
Feature extraction from a pre-trained model? Sure, again depends how you use it. We have used feature extraction + clustering for some of these labelling tasks successfully in the past.