CoralNet toolbox #194
-
|
Hi all, does anyone know how to use the new CoralNet toolbox features in Taglab. Specifically the use of models from CoralNet itself. Can I use a private project from CoralNet and if so how do I do that. I love the new tools being added and how stable taglab has become but I would love some instructions on how these tools work or how they are best used at least. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@Chris-Cooney sorry, I didn't see this. If you want to move this conversation over to this repo and leave a ticket for general questions, we talk in more detail. CoralNet-Toolbox (the version in TagLab) is a much older implementation that mostly implements scripts; specifically it uploads tiled orthomosaics and points to a source, and calls on the same source, or another source's model to make predictions on those points, and then downloads them and imports back into TagLab. I've since made the toolbox into a full-fledged application with GUI. Check out the demo video playlist on the readme page. I've modified it such that you can only download images / annotations for a CoralNet source that you have access to, and then you can import those into Toolbox and use as you wish. This includes training your own model locally, which you can then use however you'd like. |
Beta Was this translation helpful? Give feedback.
@Chris-Cooney sorry, I didn't see this. If you want to move this conversation over to this repo and leave a ticket for general questions, we talk in more detail.
CoralNet-Toolbox (the version in TagLab) is a much older implementation that mostly implements scripts; specifically it uploads tiled orthomosaics and points to a source, and calls on the same source, or another source's model to make predictions on those points, and then downloads them and imports back into TagLab.
I've since made the toolbox into a full-fledged application with GUI. Check out the demo video playlist on the readme page. I've modified it such that you can only download images / annotations for a CoralNet source …