Human-Falling-Detect-Tracks
Human-Falling-Detect-Tracks copied to clipboard
I Have Question create_dataset_2.py !
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)
class SPPE_FastPose(object): def init(self, backbone, input_height=320, input_width=256, device='cuda'): assert backbone in ['resnet50', 'resnet101'], '{} backbone is not support yet!'.format(backbone)
implemented like this
But nobody asked about this in create_dataset_2, so I leave it
this is my error
/workspace/falldown/Human-Falling-Detect-Tracks-master$ python3 create_dataset_2.py
Traceback (most recent call last):
File "create_dataset_2.py", line 30, in
Yes, I edit my module and forget to edit in the old code, So sometimes you should your intuition to fix it. And I don't recommend using these create_dataset scripts without understanding what each line does. Because I provided it as an example of how to pre-process on my dataset, it may not work on your data if the format is not the same.
Yes, I edit my module and forget to edit in the old code, So sometimes you should your intuition to fix it. And I don't recommend using these create_dataset scripts without understanding what each line does. Because I provided it as an example of how to pre-process on my dataset, it may not work on your data if the format is not the same.
thank you very much for your answer ! have a good day!
Yes, I edit my module and forget to edit in the old code, So sometimes you should your intuition to fix it. And I don't recommend using these create_dataset scripts without understanding what each line does. Because I provided it as an example of how to pre-process on my dataset, it may not work on your data if the format is not the same.
thank you very much for your answer ! have a good day!
Hi, have you solved this problem? Could you teach me how to modify the create_dataset_2.py. And another question :I can't find the file : '/Data/falldata/Home/Annotation_files' # bounding box annotation for each frame. Where is this file and what is it? Looking forward to your recovery,thanks very much.
hello, have you got the dataset, Could you send me a copy,thank you, my email is [email protected]
Hi, have you solved this problem?