galliot-us / PifPaf-TensorRT-Pose-Estimation

43 stars 18 forks source link

Support for Jetson Xavier NX #1

Closed kumurule closed 1 year ago

kumurule commented 3 years ago

I tried to implement this model on Jetson xavier NX but it doesn't work..Are there any additional pre requisites needed.I have torch,tensorrt,pycuda,openpifpaf installed on jetson Xavier..Is there any other way to run this without using docker as its difficult to debug with docker

cwlinghk commented 3 years ago

I am able to run it on Jetson AGX.

AnikaLiu628 commented 3 years ago

I can run on Jetson NX.

NoLoPhe commented 2 years ago

@cwlinghk and @AnikaLiu628 How did you run on Xavier nx?

image

I'm building docker and got two error

  1. tensorflow==2.1.0' returned a non-zero code:

  2. ERROR: No matching distribution found for scipy==1.4.1; python_version >= "3"

NoLoPhe commented 2 years ago

Also, in performance testing, I only got 7 fps at InputSize = 321.193 TensorrtPrecision = 16 it's pretty low, I hope >20fps

gtierrezandres commented 2 years ago

@NoLoPhe I'm also facing the same issue when building the Docker image. Were you able to find a solution?

BigJoon commented 2 years ago

@NoLoPhe Same issue with `I'm building docker and got two error

tensorflow==2.1.0' returned a non-zero code:

ERROR: No matching distribution found for scipy==1.4.1; python_version >= "3"`

Anyone find solution?