...
Code Block |
---|
/mnt/yolov8s_uint8_nbg_unify # ./yolov8s-detection-uint8 ./network_binary.nb ./input.jpg Create Neural Network: 28ms31ms or 28375us31666us Verify... Verify Graph: 21ms18ms or 21116us18520us Start run graph [1] times... Run the 1 time: 5752.55ms67ms or 5754852667.24us43us vxProcessGraph execution time: Total 5852.05ms79ms or 5805352792.36us95us Average 5852.05ms79ms or 58053.36us 52792.95us obj: L: 0 P:0.92, [(294, 264) - (209, 369)] obj: L: 0 P:0.9392, [(0, 4244) - (200199, 599589)] obj: L: 0 P:0.50, [(349, 169) - (179, 299)] obj: L: 2 P:0.9133, [(309534, 279294) - (18074, 36164)] obj: L: 0 P:0.5826, [(344539, 171264) - (17099, 301349)] |
3.2. ImageWriter Tool
If you want to show the detection results in an image, we suggest using ImageWriter tools.
...
Code Block |
---|
./imageWriter ./input.jpg ./detect_results.raw ./output.jpg |
The result is like this:
...
...
3.3. Demo Video
...