int8.rt unable to generate #253
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want to get yolo4tiny_int8.rt or other version of yolo4's int8.rt. I use test_all_tests.sh, but an error is reported.
Can I ask a favour?Thanks in advance.
Did you download COCO_val2017/BDD dataset using either the download_validation.sh(for linux) or download_validation,py(for windows) before running test_all_tests.sh ,also I would recommend against doing this as it will take a considerable amount of time to complete (as it has to download all weights and generate the RT file for each and everyone of them) ,it might be better to follow the INT8 method mentioned in the docs
I get it.Thx!
download_validation.py is so slow, is there any better way?