-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Setting up MMdetction on Jetson Nano #7323
Comments
@BIGWangYuDong Up unitl now I have tried the following steps : Step 1: Installed nvidia precompiled wheel as pytorch downloaded from the official site fails to utilize to recognize the GPU in Jetson Nano. For this I have used the following link : PyTorch for Jetson Step 2 : Tried to follow the normal mmdetection installation from scratch using the following links : https://mmdetection.readthedocs.io/en/v2.2.0/install.html#a-from-scratch-setup-script Step 2.1 : During compiling mmcv -full from source , the jetson nano simply hangs. MMCV lite installation goes through but if on running the following verification statement My Jetson Nano has been flashed and has nothing else installed in it. It has a 64GB SD card in it. |
@BIGWangYuDong Thank you ! With the initial steps that I mentioned and the link provided under Issue 1 , I was able to setup mmdetection on jetson nano. |
hi, can you please explain in detail ? |
I'm trying to install mmcv with this command pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html it got stuck? will this command work on jetson nano? |
I can't.... |
I wanted to setup the mmdetection setup on a jetson nano. Has anyone managed to acheive the same?
The text was updated successfully, but these errors were encountered: