-
Hi @naisy ,
Thanks a lot for sharing your work.
In the readme, you have mentioned `Faster R-CNN: PC only`
Were you able to get FasterRCNN+Inception (or) FasterRCNN+ResNet working on TX2 with …
-
Hi, thanks for your implementation.
I successfully trained a model on my own dataset, which has two classes. And I am deploying it on Jetson TX2. However, very weird things happen: the result on Jets…
-
Using Nvidia Jetson TX2, fresh install, with these packages
```
ii cuda-command-line-tools-9-0 9.0.252-1 arm64 CUDA command-line tools
i…
-
I use your caffemodel and prototxt. when I used this command :./install/runYolov3 --caffemodel=./yolov3_608.caffemodel --prototxt=./yolov3_608.prototxt --input=./dog.jpg --W=608 --H=608 --class=80
th…
-
I am using ubuntu 18.04 with jetson tx2 when I use these code snippter on my python program
```
import numpy as np
import sounddevice as sd
fs = 22050
sd.play(wav, fs)
```
it does not …
-
-
Hi, I am trying to install caffe-jacinto onto my jetson tx2 and I keep running to the following error:
CXX/LD -o .build_release/tools/upgrade_net_proto_text.bin
.build_release/lib/libcaffe-nv.so: …
-
I'm running in a resource allocation issue when attemting to run the code on a jetson TX2 device. The error log is:
```
python stylize_image.py --input_img_path ./results/chicago.jpg \
> …
-
**Describe the feature**
Make mmdetection compatible with jetson tx2 and xavier.
**Motivation**
Nvidia Jetson is the most used SBC for image processing in the world.
**Related resources**
ht…
-
I have an NVIDIA Jetson TX2 with a custon Linux created with YOCTO.
It's not possible to use apt-get etc. to install software or dependencies there.
PaddleOCR should be used on this Jetson, so I cro…