Skip to content
Discussion options

You must be logged in to vote

Given your timeline, the fastest practical route is weakly supervised mining rather than direct 9-class retraining: extract frames at 1-2 FPS, drop blurry and near-duplicate frames, rank candidates detector-independently with image-embedding outlier scores, keep only temporally consistent runs of 3-5 consecutive high-score frames, use SAM on those runs for region proposals, manually verify only the top few hundred boxes to build a small seed set, then fine-tune from your existing best.pt on a mixed 9-class dataset plus a small replay subset of the original 8 classes to reduce forgetting; after that, pseudo-label the remaining videos with high conf and save_txt=True, keep boxes only if the…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@glenn-jocher
Comment options

Answer selected by akonst08
@akonst08
Comment options

@glenn-jocher
Comment options

@akonst08
Comment options

@glenn-jocher
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested detect Object Detection issues, PR's
3 participants