Giter VIP home page Giter VIP logo

dastm's People

Contributors

ningma-ai 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  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

dastm's Issues

About test accuracy

Hello, thanks for your excellent work and the elegant code released! Is the accuracy reported in the paper the validation accuracy? I re-run the code and found that the validation accuracy is almost identical to the paper, but the test set accuracy is somewhat lower.

附录

请问文章的附录去哪里可以找到?

Batch_normalize

 File "train.py", line 363, in main
    res = train(opt=options,
  File "train.py", line 175, in train
    model_output = model(x)
  File "/home/user/anaconda3/envs/pyq38/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
    result = self.forward(*input, **kwargs)
  File "/devdata/pyq/DASTM-main/protonet.py", line 196, in forward
    x = self.model(x)
  File "/home/user/anaconda3/envs/pyq38/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
    result = self.forward(*input, **kwargs)
  File "/devdata/pyq/DASTM-main/mmskl/st_gcn_aaai18.py", line 124, in forward
    x = self.data_bn(x)
  File "/home/user/anaconda3/envs/pyq38/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
    result = self.forward(*input, **kwargs)
  File "/home/user/anaconda3/envs/pyq38/lib/python3.8/site-packages/torch/nn/modules/batchnorm.py", line 131, in forward
    return F.batch_norm(
  File "/home/user/anaconda3/envs/pyq38/lib/python3.8/site-packages/torch/nn/functional.py", line 2056, in batch_norm
    return torch.batch_norm(
RuntimeError: running_mean should contain 54 elements not 75

msg3d and 2sagcn model

Hi, thanks for your excellent research work. Is there any possibility that you could upload the msg3d and 2s_agcn network python files which could be used in this project?
Thank you so much.

What do I have to do if I want to train "5-way-5-shot"

Your work is excellent! If I want to train "5-way-5-shot", what should I do? I refer to the parameter setting of "5-way-1-shot" and set parameter backbones use STGCN, data use NTU-T, SA=1, reg=0.1, num_support_tr=5, num_support_val=5. The accuracy(test acc: 0.8649239775717259) is very different from the accuracy reported in the paper. May I ask if you have encountered similar situations in the training process. Looking forward to your reply.

It seems only containing 29 samples for NTU-T dataset.

Hello, Thank you for your code. I download the data. But after loading the ntu-T dataset, the info is printed as follows:

_sample_num in train 2320
class 80
data_path :/data/Disk_B/action_data/self_ske/ntu120/NTU-T
sample_num in val 580
n_class 20
data_path :/data/Disk_B/action_data/self_ske/ntu120/NTU-T
sample_num in test 580
n_class 20

It seems 29 samples for each class. Can you double-check this info as it should be accurate in the paper?

想要替换为自己的backbone

您好作者,看见您实验了了ST-GCN 2s-AGCN MS-G3D三个backbone,请问如果我想实验自己的backbone,该在项目的何部分进行改动呢。我的backbone类似于CTR-GCN,其由2s-AGCN改版而来

About Processing data

Hello, many thanks for the beautiful code you've shared and your outstanding effort. I plan to train the model on other datasets, but I don't know how the three files train_data.npy, train_label.npy, train_frame.npy are obtained, thank you very much!

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.