Giter Site home page Giter Site logo

Comments (5)

pranaygupta36 avatar pranaygupta36 commented on May 31, 2024
  1. For training the seen classifier, we started with the cross subject(CS) splits of the datasets, and used the seen class samples from the train CS split and the tested using the samples of the seen classes from the test CS split.
    2-3. Since, the other streams only bring a small increment in the classification performance, we only use the model trained on joint stream. The best.pt provided is corresponding to that only.

from synse-zsl.

YujieOuO avatar YujieOuO commented on May 31, 2024

oh,i see. Thank you for your reply. @pranaygupta36 @cvitatma @AnyiRao
So, i follow the Data Preparation in Shift-GCN.
Then in xsub folder(CS split), train_data_joint.npy and val_data_joint.npy are merged together to acquire all joint data.
After that, unseen classes ([10,11,19,26,56]) are picked out and the rest are seen classes.
Next, using shift-gcn.py with pre-trained best.pt, i could acquire the visual features for seen and unseen classes.Is it correct?
In split5,the number of all data is 56578. and i find the number of seen classes is 51877 and unseen classses is 4701.
But in your floder(synse_resources/ntu_results/shift_5_r/) , the number of seen classes in train.npy is 36548 and unseen classes in ztest.npy is 1356. Did you do other data preparation?

from synse-zsl.

pranaygupta36 avatar pranaygupta36 commented on May 31, 2024

Yes, the splits are actually created from the cross subject (cs) split suggested by the NTU datasets, where training samples from the seen classes are selected from the train cs split and zsl test samples are selected from the test (cs) split. The test samples of the seen classes are used for testing while training the visual classifier (shift gcn).

from synse-zsl.

YujieOuO avatar YujieOuO commented on May 31, 2024

so, for zsl, the seen classes are from the train data in CS and the unseen classes are from the test data in CS? Why don't you select the seen and unseen classes from all joint data? you know in split5, the number of unseen classes is 4701 from all joint data, but you just use 1356 unseen classes.

from synse-zsl.

pranaygupta36 avatar pranaygupta36 commented on May 31, 2024

The test CS split data from the seen classes is used for testing the visual classifier (Shift-GCN) training. But you make valid point about the unseen class training data. It is not utilized anywhere and should have been used for zsl.

from synse-zsl.

Related Issues (14)

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.