GithubHelp home page GithubHelp logo

zitongyu / 3dcdc-nas Goto Github PK

View Code? Open in Web Editor NEW
48.0 48.0 9.0 8.86 MB

AutoGesture with Temporal Difference Convolutions (TIP'21)

License: MIT License

Python 99.71% Shell 0.29%
3d-cdc gesture-recognition nas

3dcdc-nas's People

Contributors

zitongyu 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

3dcdc-nas's Issues

Seek for access to the annotation files of IsoGD dataset used in this paper

The annotation files of IsoGD dataset (for instance "rgb_train_lst.txt") used in this paper not found!
The official annotation file of IsoGD dataset has three columns and looks like this:

valid/001/M_00001.avi valid/001/K_00001.avi 109
valid/001/M_00002.avi valid/001/K_00002.avi 241
...

However, in your dataset parser codes like Videodatasets, it seems that the columns are different from official annotation file.

def get_data_list_and_label(data_df, typ):
      T = 0  # if typ == 'M' else 1
      return [(lambda arr: ('/'.join(arr[T].split('/')[1:]), int(arr[1]), int(arr[2])))(i[:-1].split(' '))
              for i in open(data_df).readlines()]

Would you like to share your annotation files or provide a detailed explanation.
Looking forward to your reply! Thanks!

Wrong Input Shape

I just test this module and it throws an exception when I call summary with input shape (3, 96, 96) by the following statement

summary(model, input_size = (3, 96, 96))

class TestNet(nn.Module):
    def __init__(self):
        super(TestNet, self).__init__()
        self.cdc_3t = CDC_T(3, 32, kernel_size=3, padding=1, theta=0.6)

    def forward(self, x):
        x = self.cdc_3t(x)
        
        return x

RuntimeError: Given groups=1, weight of size [32, 3, 3, 3, 3], expected input[1, 2, 96, 96, 3] to have 3 channels, but got 2 channels instead

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.