smellslikeml / ActionAI

Real-Time Spatio-Temporally Localized Activity Detection by Tracking Body Keypoints
https://www.hackster.io/actionai/actionai-custom-tracking-multiperson-activity-recognition-fa5cb5
GNU General Public License v3.0
765 stars 191 forks source link

I have a question... #60

Open iiTzHarryy opened 1 year ago

iiTzHarryy commented 1 year ago

Does this code run in windows? If anyone sees this i would appreciate it if you answer thank you!!

iiTzHarryy commented 1 year ago

@smellslikeml can i run/use this code on my windows laptop?

smellslikeml commented 1 year ago

Hi, I think it should work to build for Windows but we haven't documented it yet. I'd recommend running it on Jetson hardware if using TRT_POSE for keypoint estimation.

We also found depthai_blazepose: https://github.com/geaxgx/depthai_blazepose running on OAK cameras to be a good alternative to running TRT_POSE (if you don't mind a single-person instead of multi-person)