Coder Social home page Coder Social logo

Comments (3)

asrafulashiq avatar asrafulashiq commented on June 15, 2024

About the number of classes, Please check the definition of self.classifier in system/system_th.py line 260, where output dimension is n_class + 1, i.e., 21.

The loss functions are named differently in the code. Specifically, loss_1_orig=L_BCL, loss_1_drop=L_HAL, loss_2_orig_supp=L_SAL, and loss_2_drop_supp=L_SSAL. Hope it clarifies.

from hamnet.

sanqingqu avatar sanqingqu commented on June 15, 2024

Thanks for your quick and detailed reply. In fact, I have tried to run your codes on THUMOS-14 Datasets, however, the overall performance is much lower than your report. Maybe I should spend some more time to figure out the problem.

from hamnet.

sanqingqu avatar sanqingqu commented on June 15, 2024

Sorry to bother you again!
I try to figure out why my reproduced performance on THUMOS-14 dataset is much lower than your report. I found that the definition of top-k value 'rat' in 'system/system_th.py' in line 40 is set to 10, while in your paper, you said that you set it to 50. I reset this param's value. However, the performance is still much lower than your report. In addition, I found that you did not introduce the validation step to save the best checkpoint but saved the latest checkpoint file after every training epoch done. The final performance is reported based on the last checkpoint file, which may not produce the best performance.
So, I try to implement thevalidation_step and validation_epoch_end function to your 'system/system_th.py' and validate the model's performance at every 10 epoch. However, during my running progress, the validation performance is still much lower than your report. Since previous works typically train the network more than 100 epochs, I try to train your HAM-Net about 500 epochs. However, my reproduced AVG performance is lower than 20.0 about 19.4, which is still much lower than your report of 39.8. Could you help me figure out the reasons? 😥
My implement platform is 'pytorch==1.7.1+cu110', with NVIDIA RTX 2080Ti.

Furthermore, I found a mistake in your paper, in Table 2 on page 7, your reported AVG is 39.8, however, the AVG should be 41.1 according to your reported performance under tIOU=[0.1, ..., 0.7].

from hamnet.

Related Issues (8)

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.