-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in !python3 run_image.py --image=test.png #19
Comments
|
i did it now then another error appeared by the way i am using Google Colab!python3 run_image.py --image=test.png |
Come on man, this error is litteraly in the README of this repository... It shows you exactly what to do |
Hi @moahaimen I could perhaps try to help on weekends, but weekdays would not be possible. |
I did my bachelor thesis about human action classification, I used many papers, but this one (https://arxiv.org/pdf/1904.09140.pdf) I used the most. I am not sure I can share my own paper/thesis because I worked with a camera surveillance company. |
BTW, I found that Yolov4 was working way better then v5 overall. |
thank you for responding, my work also on CCTV |
I'm sorry, I cannot share those. |
ok thank you dont share it but could you explain in in words so i understand whether there is a hope to do it or not |
Not to be rude or anything, but if you have made it as far as a PhD you should be able to research that for yourself right? So my basic approach would be:
Other than that, research is research, even if I did not succeed, you should still try it, because you might find a better approach. Therefore no one can tell you what might an what might not work, things might just coincedentally work. (Of course using models that make somewhat sense.) |
thank you, I did all these steps but Poor Results i got, so The only way I see it is by putting more Datasets of videos for LSTM |
while running the pafprocess issues mentioned in the readme.md I am encountering the following error: |
Traceback (most recent call last):
File "run_image.py", line 8, in
from tf_pose.estimator import TfPoseEstimator
File "/content/human-action-classification/tf_pose/init.py", line 5, in
from tf_pose.runner import infer, Estimator, get_estimator
File "/content/human-action-classification/tf_pose/runner.py", line 8, in
from tf_pose.estimator import TfPoseEstimator
File "/content/human-action-classification/tf_pose/estimator.py", line 4, in
import slidingwindow as sw
ModuleNotFoundError: No module named 'slidingwindow'
The text was updated successfully, but these errors were encountered: