Skip to content
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

Ground truth .dat files for testing #110

Open
amymmorton opened this issue Jun 27, 2024 · 1 comment
Open

Ground truth .dat files for testing #110

amymmorton opened this issue Jun 27, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@amymmorton
Copy link
Contributor

amymmorton commented Jun 27, 2024

To be provided in the Gdrive:

In each subject folder, for rad,mc1,tpm and available poses of possible:

nL(:,1) ={'Neutral','Adduction','Abduction','Flexion','Extension',...
    'Pinch No-Load','Pinch Loaded','Grasp No-Load','Grasp Loaded','Jar No-Load','Jar Loaded'} ;
nL(:,2) = {'neutral','adduction','abduction','flexion','extension',...
    'key_no','key_yes','grasp_no','grasp_yes','jar_no','jar_yes'};

image

image

where;

\Models\{volumeName}\/[volumeName}_{poseName}.stl = relMo_{volumeName}_{poseName}.dat  *  \Models\{volumeName}.stl 

equivalent to

\Transforms\absPVcs_{volumeName}_{poseName}.dat  = relMo_{volumeName}_{poseName}.dat  *  \Transforms\{volumeName}_tfmInv_t.dat

\Transforms{volumeName}_tfmInv_t.dat = [R |t] , where R=Identity and t == inv(\Transforms{volumeName}.tfm) translation

tfm = \Transforms{volumeName}.tfm
tfmInv = inv(tfm)

tfmInv_t = eye(4);
tfmInv_t(1:3,4) = tfmInv(1:3,4);
@amymmorton
Copy link
Contributor Author

uploading SUBJECTS zip now to

@amymmorton amymmorton added the documentation Improvements or additions to documentation label Jul 1, 2024
@jcfr jcfr changed the title ground truth dat files for testing Ground truth .dat files for testing Jul 1, 2024
@jcfr jcfr pinned this issue Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants