microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.29k stars 837 forks source link

Documentation/Tutorial for custom Active Learning using a tf 2 vision model #1029

Open kadijahassanali opened 3 years ago

kadijahassanali commented 3 years ago

Is your feature request related to a problem? Please describe. I have tried multiple strategies to use a custom object detection model in Active Learning. These include trying to convert both keras and tf saved_models to tfjs format using the tfjs converter. The conversions have been successful but none of them are successfully loaded to VOTT. Describe the solution you'd like A solution/tutorial on how to implement a custom Active Learning model with a tf release < 2 years old. Describe alternatives you've considered Switching to another labelling tool