Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensorrt_yolo3 works only with pre-built fp32.engine file #7

Open
sergiev opened this issue Nov 7, 2019 · 3 comments
Open

Tensorrt_yolo3 works only with pre-built fp32.engine file #7

sergiev opened this issue Nov 7, 2019 · 3 comments

Comments

@sergiev
Copy link

sergiev commented Nov 7, 2019

With fp32.engine file downloaded from your cloud storage everything is working fine, but when I remove it and let caffe build the engine on its own, output becomes incredibly messy:
Screenshot from 2019-11-07 18-41-06
Screenshot from 2019-11-07 18-40-58
Currently I'm working on integration of model trained on custom dataset, could you please explain how to provide the compatibility?

@yukkysaito
Copy link
Owner

@k0suke-murakami

@k0suke-murakami
Copy link
Collaborator

Inside implementation is from here.
https://github.com/lewes6369/TensorRT-Yolov3

Please check the description over there.

@sergiev
Copy link
Author

sergiev commented Dec 17, 2019

@k0suke-murakami could you please enlight me on the source of the .caffemodel you use to build .engine file. It seems like converted from darknet .weights file.
So,

  1. What kind of converter was used?
  2. The original .weights - is it the official yolov3-416 model from pjreddie's site or something different?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants