Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Convert Yolo model to OpenVINO format for opencv/cvat/auto_annotation task #53

Open
alontrais opened this issue Aug 29, 2019 · 1 comment

Comments

@alontrais
Copy link

I need to convert Yolo model to OpenVINO format for opencv/cvat/auto_annotation.
I use opencv CVAT for auto annotation https://github.com/opencv/cvat/tree/develop/cvat/apps/auto_annotation.

To annotate a task with a custom model I need to prepare 4 files:

  1. Model config (*.xml) - a text file with network configuration.
  2. Model weights (*.bin) - a binary file with trained weights.
  3. Label map (*.json) - a simple json file with label_map dictionary like object with string values for label numbers.
  4. Interpretation script (*.py) - a file used to convert net output layer to a predefined structure which can be processed by CVAT. This code will be run inside a restricted python's environment, but it's possible to use some builtin functions like str, int, float, max, min, range.

How can I get these files?

@benhoff
Copy link

benhoff commented Oct 25, 2019

cvat-ai/cvat#794

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants