amirmk89 / gepc

Graph Embedded Pose Clustering for Anomaly Detection
Other
76 stars 18 forks source link

Experimental Details for NTU dataset #8

Open marco-rudolph opened 3 years ago

marco-rudolph commented 3 years ago

Dear authors,

I read your work about "Graph Embedded pose Clustering for Anomaly Detection" with great interest.

Some questions came up for me about the experiments with the NTU dataset:

Thank you in advance!

Best regards, Marco Rudolph

amirmk89 commented 3 years ago

Thank you for your questions, it's been a while so I'll do my best to answer these, but the paper/code remembers best :)

Thank you again for your interest in our work. -Amir

On Mon, Apr 19, 2021 at 5:09 PM marco-rudolph @.***> wrote:

Dear authors,

I read your work about "Graph Embedded pose Clustering for Anomaly Detection" with great interest.

Some questions came up for me about the experiments with the NTU dataset:

  • How was the train/test split made for the non-anomalies, based on the setup or the subjects?
  • What sequence length was used for the experiments?
  • How were multiple subjects in the scene handled? Just as for STC, i.e., by the maximum of all subjects?
  • Did you use scores on frame or clip-level?
  • If you used frame-wise scores: Were the scores smoothed over the scene here as well?

Thank you in advance!

Best regards, Marco Rudolph

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/amirmk89/gepc/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFQGYT5C5BYKD6CIIZNEDTTJQ2RXANCNFSM43F5D3TA .

Sangmann commented 3 years ago

Dear authors,

I read your work about "Graph Embedded pose Clustering for Anomaly Detection" with great interest.

Some questions came up for me about the experiments with the NTU dataset:

  • How was the train/test split made for the non-anomalies, based on the setup or the subjects?
  • What sequence length was used for the experiments?
  • How were multiple subjects in the scene handled? Just as for STC, i.e., by the maximum of all subjects?
  • Did you use scores on frame or clip-level?
  • If you used frame-wise scores: Were the scores smoothed over the scene here as well?

Thank you in advance!

Best regards, Marco Rudolph

Hello,

I want to get the network in NTU dataset. but I couldn't apply ... Could you share your processing code?

Thanks