-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Running py-faster-rcnn on Jetson TX1? #71
Comments
@kcINual I haven't seen anything related on other websites, but I'd like to know this as well. I've been trying to get py-faster-rcnn to work on the TX1 as well. |
Has any of you (@kcINual or @WardBenjamin) been able to test Faster R-CNN on Jetson X1? I followed all build instructions on [https://github.com/rbgirshick/py-faster-rcnn] but when I use demo.py (VGG16_faster_rcnn_final.caffemodel) an error occurred, I think that it is due the size of Jetson X1 memory. |
@fernandoFernandeSantos Sorry, I can't help with your issue but it sounds like you've managed (for the most part) to install py-faster-rcnn on the TX1. I'm trying to do the same at the moment, perhaps when I manage to I'll be able to help with your problem! For the installation process I'm wondering whether you used Anaconda or the default Python? Furthermore, did you install Nvidia's Jetpack 2.2 before installing py-faster-rcnn? Thanks in advance |
@fernandoFernandeSantos |
@fernandoFernandeSantos old thread - I know. I am working on implementer Faster R-CNN on the TX2, but it seems it cannot run due to some memory related issues (which is weird). |
@JesperChristensen89, I was able to run Faster RCNN using both hardware (X1 and X2). Also, I used VGG16 and ZF models on both hardware. I do not remember which forum I found a solution for the memory problem since I tried lots of options. You can start from these: https://devtalk.nvidia.com/default/topic/1004976/faster-r-cnn-on-jetson-tx1/ I also updated the CUDNN for v5.0, I think it could have changed something. rbgirshick/caffe-fast-rcnn#14 |
@fernandoFernandeSantos Hi fernanado , just wanted to clarify that few points . |
Just to see if anyone tried to port the Faster RCNN to run on Jetson TX1?
It would be very interesting to see how it performs on this little Tegra X1 powerhouse :)
Yet the latest toolkit on TX1 only supports cuDNN 4.0 RC1 and CUDA 7.0 (7.0.71). Wondering if it works with py-faster-rcnn.
The text was updated successfully, but these errors were encountered: