David Hostage Peterson
David Hostage Peterson
Did you ever solve this error?
Thank you for the quick response @mathmanu, will look more closely at these files and let you know if I have any questions!
@mathmanu I have commented out everything except for the YOLOv5, I replaced the paths to the .onnx and .prototxt files for my custom model. Is there something else I have...
@mathmanu I am confused why the compilation needs access to the dataset, can you help me understand that? Got the cls and seg commented out, for the get_imagedet_dataset_loaders function, I...
@mathmanu My goal is to prepare this model for deployment on the Beaglebone AI and have it compiled such that it will take advantage of the hardware accelerators. Is the...
@mathmanu I continued working with tutorial_detection.ipynb, same idea as the benchmark_custom.py script. When I run the cell with tools.run_accuracy, the execution of the cell hangs and does not complete, it...
Sure, I have attached them in a zip. The only modification I have made after exporting to .onnx from .pt is changing the confidence_threshold in the .prototxt from 0.005 to...
Sounds good thanks @mathmanu. the artifacts were packaged successfully with that script, will see what I can do in the EVM with the EdgeAI SDK in the meantime.
Has @debapriyamaji has a chance to review the files? Still working on the integration test on the board.
@mathmanu Confirmed input_optimization is set to False and the rest of the configuration matches asides from the paths and the output feature 16 bits names list: 'imagedet-7': dict( task_type='detection', calibration_dataset=imagedet_calib_dataset,...