Import error for Detector
See original GitHub issueI am trying to run Smart Distance on Jetson TX2, facing below issue. Please advice. Thank you.
Env -
- Jetson Tx2
- Jetpack 4.3
- CUDA 10.2
Steps to reproduce -
- Follow all instructions for Jetson Tx2.
- 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 -
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:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
@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.