-
Notifications
You must be signed in to change notification settings - Fork 0
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
ModuleNotFoundError: No module named 'data.background' #1
Comments
Hi, which file are you executing? |
Memo: 4_pose_detection_wholebody.py |
A_kpts_ori_xs = pose_df_values[hf_start:hf_end+1, ( 6 ):( 6+kpt_count2):2] / 640 - 1.0
could i know what is the logic of that function? this is in dataloader.py |
If I remember them right, these values are from the pose estimation neural network (I used HRNet). |
how to resolve ModuleNotFoundError: No module named 'data.background', there is a data.py?
The text was updated successfully, but these errors were encountered: