Code Monkey home page Code Monkey logo

vpn's People

Contributors

srijandas07 avatar srv902 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vpn's Issues

Requirements

Can you please provide requirements file for the packages and the versions used in this project?

Format of input data

Hello,

Can you please elaborate on what should be the format of the input data? Specifically what should be the names of the cropped images and how should they be stored?

Thanks!

Question about discrepancy with the published paper

First of all, thank you for sharing your good research.
For the spatial embedding, the Euclidean distance of the L2 normalized feature is used in the paper.
But the code on repository uses Manhatten distance.
I'd like to know if these changes are intended and what difference the changed metrics make.

Thank you in advance.

requirements.txt

Could you add the requirements.txt to the project? The dependencies are quite complicated for me to handle

Questions about attention network

Thank you for your great work! I have two qusetions as follows:
Q1: According to the code blew, I am not aware of why As or z1 and At or z2 denote sptioal features and temporal features, respectively. From where I stand, sptioal features derive from features through the convolution layer along the channel axis, while temporal features derive from features through the pooling layer. Do I misunderstand it or miss some details?

    z1 = Dense(256, activation='tanh', name='z1_layer', trainable=True)(model_gcnn.get_layer('gcnn_out').output)
    z2 = Dense(128, activation='tanh', name='z2_layer', trainable=True)(model_gcnn.get_layer('gcnn_out').output)

    fc_main_spatial = Dense(49, activity_regularizer=attention_reg, kernel_initializer='zeros', bias_initializer='zeros',
                    activation='sigmoid', trainable=True, name='dense_spatial')(z1)
    fc_main_temporal = Dense(2, activity_regularizer=attention_reg, kernel_initializer='zeros',
                            bias_initializer='zeros',
                            activation='softmax', trainable=True, name='dense_temporal')(z2)

Q2: What's the contribution about 2D CNN layer after the Pose Backbone? How dose it help with the spatioal-temporal coupler?
Looking for your reply! Thank you!

Data Normalization

Hi, I am trying to train NTU with your model but your code does not mention how the poses' x, y, z are normalized. Could you give me your normalization method.

Question about NUCLA dataset

Hi, could you please give me the list of videos for the training set and validation set (cross-view method)? I found that the original NUCLA dataset has 1463 videos, but in your paper, there are only 1194.
Thank you for your help!

About the NW-UCLA Dataset

Hello! Thanks for your job! I want to use NW-UCLA dataset, but the downloaded data from [https://wangjiangb.github.io/my_data.html] can not be unzipped. Could you please tell me how to get this dataset? Thank you a lot!

How can I convert NTU dataset into patches_full_body

Hello there!

Thank you for sharing this great piece of research! I was trying to train the model from scratch, so I downloaded the NTU dataset from the official website. Your code requires the dataset to be in the form of images cropped around the human patches (in the folder "patches_full_body"), could you please share the script that generates these cropped images to make sure that I'm doing everything in the exact same way as the paper? How are the patches generated and how do you deal with multiple people in the scene?

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.