robofeiathome / detector_2d

MIT License
0 stars 1 forks source link

detector_2D

Faz detecção a leitura do tópico da zed2, e publica a imagem com labels no tópico detector_2d/objects_label/image.

Requirements to run on jetson using GPU

First you must have to uninstall the current torch/torchvision version. The documentation to install the torch here and the torchvision can not be installed by pip, have to be installed by source, and to work with te current torch (jetson) version correctly, before you run the setup.py install, you have to replace two directories that you can find here (follow the replace steps in the readme), and then run pythonX.X setup.py install --user in the vision dir.