NVlabs / DG-Net

:couple: Joint Discriminative and Generative Learning for Person Re-identification. CVPR'19 (Oral) :couple:
https://www.zdzheng.xyz/publication/Joint-di2019
Other
1.27k stars 230 forks source link

Run DG-Net on Nvidia Jetson Nano #34

Open pablovicentem opened 4 years ago

pablovicentem commented 4 years ago

Hi,

I was wondering if I can implement this DG-Net in the Nvidia Jetson Nano and I have the followinmg questions:

It is posswible to apply TensorRT to the NN in order to first create an UFF model an the apply TensorRT? It is possible to add this NN to a deep stream pipeline?

Best regards.

layumi commented 4 years ago

Hi @pablovicentem Sorry for the late response. We have not tested the code on the Jetson Nano. I am not sure whether it is feasible or not. Memory may be the bottleneck. But, you are right. TensorRT may be helpful. You also may test the apex(for float16 inference).

Thanks a lot.

lakshaydulani commented 2 years ago

Hi @pablovicentem Sorry for the late response. We have not tested the code on the Jetson Nano. I am not sure whether it is feasible or not. Memory may be the bottleneck. But, you are right. TensorRT may be helpful. You also may test the apex(for float16 inference).

Thanks a lot.

hey man whats the min GPU hardware you would suggest for running DG-Net?