-
Hi all, I'm trying to build yolov4 engine with INT8 precision. Output from the test_dll.exe: File does not exist : ../configs/yolov4-kINT8-batch1.engine Then the program crashed as it failed to read the calibration images listed in the configs\calibration_images.txt. WARNING: couldn't find: ./data\imgs\000000000009.jpg while loading: ../configs/calibration_images.txt Where can I get these calibration images? Or can we skip the new calibration table creation? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
the calibration images is the subset of your train dataset; can not skip the table creation |
Beta Was this translation helpful? Give feedback.
the calibration images is the subset of your train dataset; can not skip the table creation