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

YoloV3 error requiring network without implicit batch dimensions #25

Open
Roulbac opened this issue Oct 26, 2020 · 2 comments
Open

YoloV3 error requiring network without implicit batch dimensions #25

Roulbac opened this issue Oct 26, 2020 · 2 comments

Comments

@Roulbac
Copy link

Roulbac commented Oct 26, 2020

I have installed the custom libnvinfer plugin from TRTOSS and followed all the prerequisite material.

I was able to run frcnn but yolov3 yields an odd error, which goes as follows, despite using the -b option and setting batch-size=1 in the config file.

Warning: 'input-dims' parameter has been deprecated. Use 'infer-dims' instead.
Now playing: pgie_yolov3_tlt_config.txt
Opening in BLOCKING MODE 
Opening in BLOCKING MODE 
0:00:00.367867762 14858   0x559ac50b00 INFO                 nvinfer gstnvinfer.cpp:619:gst_nvinfer_logger:<primary-nvinference-engine> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::buildModel() <nvdsinfer_context_impl.cpp:1715> [UID = 1]: Trying to create engine from model files
ERROR: [TRT]: IPluginV2DynamicExt requires network without implicit batch dimension
Segmentation fault (core dumped)
@mchi-zg
Copy link
Collaborator

mchi-zg commented Nov 6, 2020

@niaoyu
Copy link

niaoyu commented Nov 20, 2020

Just install tensorrt oss will fix the problem

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