karthee320

Results 5 issues of karthee320

Hi, I wanted to run your pose estimation algorithm on Nvidia's Jetson TX2 platform. While running in CPU by explicitly specifying CUDA_VISIBLE_DEVICES=-1, both the single person and multi-person pose estimation...

In your backend.py code, it has provisions for multiple backend options(tiny_yolo, squeezenet, mobilenet, inception, vgg16, resnet50). Where to download these model(.h5) files and its corresonding configurations in json?

Hi, I have copied your files from ./libs/include to caffe_root/include and ./libs/src to caffe_root/src and built the caffe library(make && make pycaffe) by enabling the python layer WITH_PYTHON_LAYER := 1...

I have been following your excellent tutorial on building Tensorflow on TX1 from sources. When I run the installPrerequisites.sh in both the version of tags (vL4T28.1TF1.3 & vL4T27.1TF0.11), the **bazel...

I am trying to run the demo/picture_demo.py code with mobilenet option. Going through the codes, I found there is an option to provide mobilenet model. But it seems the code...