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

resolve some complie errors with yolov4tiny #29

Closed
wants to merge 6 commits into from

Conversation

beizhengren
Copy link
Contributor

resolve #28

@beizhengren beizhengren changed the title Hotfix yolov4tiny resolve some complie errors with yolov4tiny Jul 22, 2020
@enazoe
Copy link
Owner

enazoe commented Jul 22, 2020

@beizhengren
1.do not push the .gitignore file
2.why remove supportsFormat() function? Will it cause a program error?
3.And you should push a new pr. Because this pr include all the change recording.

@beizhengren
Copy link
Contributor Author

@enazoe

  1. Without .gitgnore file changed.
  2. supportsFormat is a final function, as following:
error: cannot override "final" function "nvinfer1::IPluginV2IOExt::supportsFormat"
/usr/include/x86_64-linux-gnu/NvInferRuntimeCommon.h(729)

No error, and yolo-trt can run normally.

  1. A new pr fix: resolve some errors with yolov4-tiny #30 .

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

Successfully merging this pull request may close these issues.

2 participants