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.
I am using the full body model instead of the opencap model for that, i have changed the session using the below reprocessing error
reprocessing error
- Attachments
-
- main file
- n.png (294.77 KiB) Viewed 1245 times
-
- t.png (261.6 KiB) Viewed 1245 times
-
- attribute error
- op.png (387.38 KiB) Viewed 1245 times
-
- o.png (138.41 KiB) Viewed 1245 times
Tags:
- Antoine Falisse
- Posts: 438
- Joined: Wed Jan 07, 2015 2:21 am
Re: reprocessing error
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
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
Re: reprocessing error
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
5d9d239f-58e6-4536-836f-4e2bb606e8b4
Re: reprocessing error
i used sys now this error i have.
- Attachments
-
- q.png (314.31 KiB) Viewed 1216 times
- Scott Uhlrich
- Posts: 124
- Joined: Tue Jan 20, 2015 4:29 pm
Re: reprocessing error
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.
Re: reprocessing error
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.
5d9d239f-58e6-4536-836f-4e2bb606e8b4
below is code you asked for.
- Attachments
-
- io.png (310.85 KiB) Viewed 1172 times
- Antoine Falisse
- Posts: 438
- Joined: Wed Jan 07, 2015 2:21 am
Re: reprocessing error
I have replied to your other post. Thanks.