Hongbin Chen
Results
3
issues of
Hongbin Chen
在虚拟机ubuntu18.04上跑yolo v5 demo,模型是onnx格式的,单张图片推理时延为80s,正常吗?如果用开发板跑是不是会有大幅提升?
Modify **setup_logging()** in project_dir/utils/setup.py: file_name = f'log_{log_filename}_{current_time}.txt' ---> file_name = f'{log_filename}_{current_time}.txt'
Can an ONNX model be used to generate CAM?For example, I have deployed an ONNX model on a web server, but I also need to provide visualization results.