Hello,
I executed the sample object detection model (PeleeNet) on the EVM and received only a .bmp image, which included the detected bounding-boxes in the frame.
1. I would like to know if there is a way to receive not only the image with the detections but also a CSV/TXT file with the bounding-boxes coordinates? (like provided in the emulation)
2. In my own model which I would like to import, I'm doing the post-processing bounding-box retrieval offline. That is, it is made in a python script over tensors which are outputted from the network forward pass. Is there a way to get those tensor after execution?
3. Is there a way to perform inference on target from a CLI and not from the CCS?
Thanks,
Adam
