Newer
Older
<!--
<p align="center">
<img src="https://github.com///raw/main/docs/source/logo.png" height="150">
</p>
-->
<h1 align="center">
</h1>
Torch overlay for trainning and inference processes for object detection & instance segmentation tasks.
deepvisiontools is developped by INRAE (french National Research Institute for Agriculture, Food and the Environment) and in [PHENOME-EMPHASIS project](https://www.phenome-emphasis.fr/).
deepvisiontools provide models wrapper that allow you to use differents models with all machinery available. It is the resposability of the user to cite properly the actual model developpers.
In particular, if using one of these models : Yolo, SMP please cite the actual models developpers (which are not deepvisiontools). For instance for Yolo, please cite ultralytics (https://www.ultralytics.com/) or for SMP cite https://github.com/qubvel-org/segmentation_models.pytorch
Similar stands for other models.
## Documentation
All documentation about deepvisiontools, including tutorials, can be found at : https://deepvisiontools.readthedocs.io/en/latest/
We have tested deepvisiontools for python versions between 3.11.9 and 3.12.9
GNU Affero General Public License v3 or later (AGPLv3+) (AGPL-3.0).