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.