Giter VIP home page Giter VIP logo

Comments (8)

kchengiva avatar kchengiva commented on September 6, 2024

Thanks for your interest. We released several trained models in ./save_models/.

from shift-gcn.

vivek87799 avatar vivek87799 commented on September 6, 2024

Thank you very much for the reply.

from shift-gcn.

vivek87799 avatar vivek87799 commented on September 6, 2024

Hi @kchengiva

It will be very kind if you could also provide 2 stream trained model. It will be very helpful for my thesis.
Sorry for the trouble, it takes days on my system to train.

from shift-gcn.

kchengiva avatar kchengiva commented on September 6, 2024

I'm sorry I couldn't be more helpful. We have deleted other saved models on our server.

from shift-gcn.

vivek87799 avatar vivek87799 commented on September 6, 2024

Thank you for the reply.

from shift-gcn.

Lyndsey-Xing avatar Lyndsey-Xing commented on September 6, 2024

Hello @kchengiva

I write the code like ./config/nturgbd-cross-subject/XXX.yaml to train the NTU 120 dataset, but my results can't achieve the results in the paper, and there is a certain gap.

Could you provide your . /config/XXX.yaml files of NTU120 and Kinetics? Thanks.

from shift-gcn.

kchengiva avatar kchengiva commented on September 6, 2024

Hello. The config file of 1 stream NTU120 X-sub is as below. We have not trained on Kinetics.

Experiment_name: ntu120_ShiftGCN_joint_xsub

# feeder
feeder: feeders.feeder.Feeder
train_feeder_args:
  data_path: ./data/ntu120/xsub/train_data_joint.npy
  label_path: ./data/ntu120/xsub/train_label.pkl
  debug: False
  random_choose: False
  random_shift: False
  random_move: False
  window_size: -1
  normalization: False

test_feeder_args:
  data_path: ./data/ntu120/xsub/val_data_joint.npy
  label_path: ./data/ntu120/xsub/val_label.pkl

# model
model: model.shift_gcn.Model
model_args:
  num_class: 120
  num_point: 25
  num_person: 2
  graph: graph.ntu_rgb_d.Graph
  graph_args:
    labeling_mode: 'spatial'

#optim
weight_decay: 0.0001
base_lr: 0.1
step: [60, 80, 100]

# training
device: [0,1,2,3]
only_train_epoch: 1
batch_size: 64
test_batch_size: 64
num_epoch: 140
nesterov: True

from shift-gcn.

Lyndsey-Xing avatar Lyndsey-Xing commented on September 6, 2024

@kchengiva Thanks for your help.

from shift-gcn.

Related Issues (20)

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.