livepeer / interactive-video

For storing research results
MIT License
5 stars 0 forks source link

custom object detection/segmentation #1

Closed woody0105 closed 1 year ago

woody0105 commented 1 year ago

Summary

We want to allow users to create custom model that can track custom objects. User created dataset and trained model will be public and as more users involved, the dataset and models will be plentified.

Tools needed

To be able to allow users to add custom objects to instance segmentation, we should provide:

Considerations

woody0105 commented 1 year ago

Instance segmentation steps in general

  1. Prepare labeled image dataset using labelme. Image annotations should be polygon.
  2. (Optional depending on segmentation model) Convert annotation data to be compatible with the model
  3. Train the model

Dataset collection/preparation

Training and model sharing

Yolact (Current implementation)

Yolov7 (Released in July, 2022, fastest & most accurate)