I'm trying to run your code on the Jetson Nano. I cloned your repository, ran the "Getting Started" section, and then jumped to testing the YOPO network. However, after running:
python3 ./flow --imgdir sub_set/images --model cfg/yopo.cfg --load -1 --threshold 0.1
The code was initializing, but eventually hit a "Killed" part, and as I was reviewing the log, it said that it was running entirely on CPU.
I also have questions about the file structure, in the readme, it says to edit the YOPO/YOPO_preprocessing/src/main/config.py and update the lines for the matlab file and the image path, but I couldn't help notice the training output path and testing output path, both folders of which doesn't exist? Did I execute something incorrectly?
I'm trying to run your code on the Jetson Nano. I cloned your repository, ran the "Getting Started" section, and then jumped to testing the YOPO network. However, after running:
python3 ./flow --imgdir sub_set/images --model cfg/yopo.cfg --load -1 --threshold 0.1The code was initializing, but eventually hit a "Killed" part, and as I was reviewing the log, it said that it was running entirely on CPU.
I also have questions about the file structure, in the readme, it says to edit the
YOPO/YOPO_preprocessing/src/main/config.pyand update the lines for the matlab file and the image path, but I couldn't help notice the training output path and testing output path, both folders of which doesn't exist? Did I execute something incorrectly?