deepstream_lpr_app icon indicating copy to clipboard operation
deepstream_lpr_app copied to clipboard

Error: no input dimensions given

Open Swapnil-gautam opened this issue 4 years ago • 5 comments

while running

./tlt-converter -k nvidia_tlt -p image_input,1x3x48x96,4x3x48x96,16x3x48x96
models/LP/LPR/ch_lprnet_baseline18_deployable.etlt -t fp16 -e models/LP/LPR/lpr_ch_onnx_b16.engine

I am getting

Error: no input dimensions given

I am using jetson nano (2gb) anf my jetpack version is 4.4.1

Swapnil-gautam avatar Feb 27 '21 10:02 Swapnil-gautam

did you find a solution? I have the same issue

florisdesmedt avatar Jun 03 '21 12:06 florisdesmedt

No mate, I switched to other approach. Their forum is very active though you may get some help from there.

Swapnil-gautam avatar Jun 04 '21 09:06 Swapnil-gautam

@Swapnil-gautam Hello, what is the solution?

jdavidd avatar Jul 15 '21 16:07 jdavidd

I have the same problem. Can you help me? @Swapnil-gautam @florisdesmedt @jdavidd

Thoye avatar Sep 21 '22 07:09 Thoye

Follow this solve the error:

  1. Download the tao-converter/ tlt-converter according to the hardware and platform being used, as mentioned on the NVIDIA page.
  2. The "-d" argument is not required for TLT 3.0 New model, so the NVIDIA page doesn't include the "-d" argument.
  3. Change directory to the LPR directory.
  4. Use the command -
  5. path-to-tlt-converter /tlt-converter -k nvidia_tlt -p image_input,1x3x48x96,4x3x48x96,16x3x48x96 ./us_lprnet_baseline18_deployable.etlt -t fp16 -e /opt/nvidia/deepstream/deepstream <5.0/ 5.1> /samples/models/LP/LPR/lpr_us_onnx_b16.engine -d 1x3x48x96,4x3x48x96,16x3x48x96

abhinavvsharma avatar Feb 24 '23 04:02 abhinavvsharma