mit-han-lab / litepose

[CVPR'22] Lite Pose: Efficient Architecture Design for 2D Human Pose Estimation

Home Page:https://hanlab.mit.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I inference on video using other devices?

YOOHYOJEONG opened this issue · comments

Hi.

I tried to test video using this code(https://github.com/mit-han-lab/litepose/tree/main/nano_demo), but I couldn't install tvm and llvm, so I couldn't inference on video.

This is my python venv spec :
GeForce RTX 3090, Ubuntu 18.04, torch=1.8.2+cu111, torchaudio=0.8.2, torchvision=0.9.2+cu11, python=3.8

Can't I test on other device like GeForce RTX 3090 instead Jetson Nano?
Is there a way to test video using another device?

Thank you.