I don't understand how to use auto-annotation. I have my own model and want to use it for auto-annotation (best.onnx, best.pt, best.pb). When I try to upload it, I get an error, which makes sense since certain files are required. However, I don't know where to get them.
For example, I created classnames.txt with all the class names, but I don't know where to get the rest of the required files. Different sources say different things.
I'm just starting to learn about this, so I ask for your understanding.
Required files: model.json, model shards, and a .txt file containing the list of detected class names.
I don't understand how to use auto-annotation. I have my own model and want to use it for auto-annotation (best.onnx, best.pt, best.pb). When I try to upload it, I get an error, which makes sense since certain files are required. However, I don't know where to get them.
For example, I created classnames.txt with all the class names, but I don't know where to get the rest of the required files. Different sources say different things.
I'm just starting to learn about this, so I ask for your understanding.
Required files: model.json, model shards, and a .txt file containing the list of detected class names.