reprocessing error

New project for OpenCap, which is a new software package to estimate 3D human movement dynamics from smartphone videos. OpenCap strongly relies on OpenSim.
POST REPLY
User avatar
Neha Sahu
Posts: 30
Joined: Sun Oct 10, 2021 7:54 pm

reprocessing error

Post by Neha Sahu » Tue Jan 16, 2024 12:42 pm

p.png
if disable the path
p.png (182.43 KiB) Viewed 854 times
I am using the full body model instead of the opencap model for that, i have changed the session using the below viewtopicPhpbb.php?f=2385&t=17002&p=0&s ... ebc8db6cde
but I am unable to reprocess the session as they have an attribute error.
if I disable the path, then it runs but fails to reprocess.
please suggest to me how to handle this.
Attachments
n.png
main file
n.png (294.77 KiB) Viewed 854 times
t.png
t.png (261.6 KiB) Viewed 854 times
op.png
attribute error
op.png (387.38 KiB) Viewed 854 times
o.png
o.png (138.41 KiB) Viewed 854 times

Tags:

User avatar
Antoine Falisse
Posts: 422
Joined: Wed Jan 07, 2015 2:21 am

Re: reprocessing error

Post by Antoine Falisse » Tue Jan 16, 2024 3:46 pm

Hey,

The module utils does not have an attribute path: https://github.com/stanfordnmbl/opencap ... n/utils.py

To append folders, you can use sys, eg https://github.com/stanfordnmbl/opencap ... sis.py#L27

Antoine

User avatar
Neha Sahu
Posts: 30
Joined: Sun Oct 10, 2021 7:54 pm

Re: reprocessing error

Post by Neha Sahu » Wed Jan 17, 2024 12:19 am

ok i will try using that. also my neutral and sp6 and sq6 trails are gone .can you help me with that my session id is
5d9d239f-58e6-4536-836f-4e2bb606e8b4

User avatar
Neha Sahu
Posts: 30
Joined: Sun Oct 10, 2021 7:54 pm

Re: reprocessing error

Post by Neha Sahu » Wed Jan 17, 2024 1:24 am

i used sys now this error i have.
Attachments
q.png
q.png (314.31 KiB) Viewed 825 times

User avatar
Scott Uhlrich
Posts: 124
Joined: Tue Jan 20, 2015 4:29 pm

Re: reprocessing error

Post by Scott Uhlrich » Fri Jan 19, 2024 1:34 am

Can you take a screenshot of what values you have in lines 54-75? I suspect something is wrong with how you specify the static trial id.

User avatar
Neha Sahu
Posts: 30
Joined: Sun Oct 10, 2021 7:54 pm

Re: reprocessing error

Post by Neha Sahu » Sat Jan 20, 2024 3:57 am

my neutral is missing and sp6 and sq6 trails are now red or not processed .can you help me with that my session id is
5d9d239f-58e6-4536-836f-4e2bb606e8b4
below is code you asked for.
Attachments
io.png
io.png (310.85 KiB) Viewed 781 times

User avatar
Antoine Falisse
Posts: 422
Joined: Wed Jan 07, 2015 2:21 am

Re: reprocessing error

Post by Antoine Falisse » Fri Feb 02, 2024 10:51 pm

I have replied to your other post. Thanks.

POST REPLY