Human-Falling-Detect-Tracks icon indicating copy to clipboard operation
Human-Falling-Detect-Tracks copied to clipboard

AlphaPose + ST-GCN + SORT.

Results 60 Human-Falling-Detect-Tracks issues
Sort by recently updated
recently updated
newest added

when generate the training data of the TSTGG,there is no the related ‘’../Data/falldata/Home/Annotation_files”, can you share that?thanks

Hello, your st-gcn model (tsstg-model.pth) is already trained. If I need to identify my own behavior category (not fall-detection), do I need to retrain the new st-gcn model with my...

Hello, the code mentioned in create_datastet2.py annot_folder = '../Data/falldata/Home/Annotation_files' # bounding box annotation for each frame. What does this folder refer to, and how do I get this file if...

Coffee_room_new-set(labelXscrw).pkl和Home_new-set(labelXscrw).pkl有人能共享一下吗?仅作为学习使用,感谢感谢!qq:1509540162

change "inp_h, inp_w" into "resnet50". _Originally posted by @liqian180501 in https://github.com/GajuuzZ/Human-Falling-Detect-Tracks/issues/32#issuecomment-834075448_ How to change it? And when I did that, it became AssertionError: 256 backbone is not support yet!

In (create_dataset_2.py) The used code is ****************************************************************************** (#create_dataset_2.py) inp_h = 320 inp_w = 256 pose_estimator = SPPE_FastPose(inp_h, inp_w) ****************************************************************************** but If you go to the actual SPPE_FastPose class (#PoseEstimateLoader.py) **************************************************...

Hi, I am very interested in your work and want to make this work run, but it seems that the dataset link is invalid. Can you provide a link to...

I download all resources of Models,but when I run it call me can't find yolov3-tiny-onecls.cfg

Hello, may I change model AlphaPose into model Openpose?