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

question about test.pkl/train.pkl file #2

Open
qdinfish opened this issue Jul 22, 2019 · 7 comments
Open

question about test.pkl/train.pkl file #2

qdinfish opened this issue Jul 22, 2019 · 7 comments

Comments

@qdinfish
Copy link

Hi,

I'm reading your paper, thanks for uploading your code for study.

I have a quick question, as you mentioned in readme. The .pkl need have format as

120 rows (12 person *10 steps) , and each row has 4096 .

And following 2 function could hanlde the .pkl file , no need code change, right?

semantic_ae.network_build_layers_v1() or semantic_ae.network_build_layers_v2()

@mostafa-saad
Copy link
Owner

The provided code could be run and minimum so that you could trace.

@qdinfish
Copy link
Author

So I need do some changes to meet the 10 steps temporal case ? I mean 120 rows (12 person *10 steps).

@mostafa-saad
Copy link
Owner

yes, re-read the README page for the notes.

@qdinfish
Copy link
Author

qdinfish commented Aug 7, 2019

OK, thanks a lot. I see "window=1" is set in code. For the data format, the target shall be the label of the activity, right?

@mostafa-saad
Copy link
Owner

yes

@qdinfish
Copy link
Author

qdinfish commented Nov 7, 2019

How can I extract the person‘s feature after relation layer? eg. save them to a file

@mostafa-saad
Copy link
Owner

The layer output is the K players features directly. Put effort to understand the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants