question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Import error for Detector

See original GitHub issue

I am trying to run Smart Distance on Jetson TX2, facing below issue. Please advice. Thank you.

Env -

  1. Jetson Tx2
  2. Jetpack 4.3
  3. CUDA 10.2

Steps to reproduce -

  1. Follow all instructions for Jetson Tx2.
  2. Run below Docker command.
docker run -it --runtime nvidia --privileged -p HOST_PORT:8000 -v "$PWD/data":/repo/data neuralet/smart-social-distancing:latest-jetson-nano

Output -

image image

Expected - Live feed with smart distance for the video present in data folder I also tried to correct the Download path, as per this PR

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ajay443commented, Jul 7, 2020

Thank you. Yes the problem is related to neuralet/neuralet#72. Closing this issue as a duplicate to neuralet/neuralet#72.

I kind of overlooked the Jetpack version, thank you again.

1reaction
JsonSadlercommented, Jul 7, 2020

@ajay443 Can you test removing your previous docker images and in following the instructions, avoid building the image? If you skip the second step, 3’d step automatically pulls the docker from docker hub. Just want to check if this works or not.

Read more comments on GitHub >

github_iconTop Results From Across the Web

cannot import name 'object_detector' from 'tflite_model_maker ...
ImportError: cannot import name 'object_detector ' from 'tflite_model_maker' #1 · Comments · Expected Behavior · Actual Behavior · Steps to Reproduce ...
Read more >
Detecting ImportError in imported module - Stack Overflow
I want to import a Python module if it exists, but ignore the ImportError if it does not. However, if the imported module...
Read more >
False import resolution error in TestLintTask? - Google Groups
You received this message because you are subscribed to the Google Groups "lint-dev" group. To unsubscribe from this group and stop receiving emails...
Read more >
How to Fix : “ImportError: Cannot import name X” in Python?
You can solve the “ ImportError : Cannot import name X” Error by resolving the circular dependencies. You can do that either by...
Read more >
Project import errors – Support Portal | Snyk
While importing a project into the Snyk console, you may sometimes encounter an error; for example: Some common errors and suggested...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found