hierarchical-relational-network icon indicating copy to clipboard operation
hierarchical-relational-network copied to clipboard

question about test.pkl/train.pkl file

Open qdinfish opened this issue 5 years ago • 7 comments

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()

qdinfish avatar Jul 22 '19 14:07 qdinfish

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

mostafa-saad avatar Jul 23 '19 02:07 mostafa-saad

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

qdinfish avatar Jul 23 '19 02:07 qdinfish

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

mostafa-saad avatar Jul 24 '19 02:07 mostafa-saad

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?

qdinfish avatar Aug 07 '19 13:08 qdinfish

yes

mostafa-saad avatar Aug 08 '19 01:08 mostafa-saad

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

qdinfish avatar Nov 07 '19 14:11 qdinfish

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

mostafa-saad avatar Nov 07 '19 14:11 mostafa-saad