Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The sample code encompasses operations associated with the NN model, along with preprocessing and postprocessing related to the NN model. We need to cross-compile this code into an application that can execute on c3v EVBLinux. Additionally, we should utilize it along with the generated NB file.

...

After building success, the binary file is in the folder "Project/Debug/"

2. Running on the C3V

...

Linux

Copy the application into C3V EVB Linux and running:

Code Block
./yolov5suint8 ./network_binary.nb ./input.jpg

...