Git Product home page Git Product logo

Comments (2)

gsig avatar gsig commented on July 16, 2024

the top1 val error you are referring to is the 'clip number'. That is, it just reflects the accuracy of classifying a single clip of 32 frames. The 73.3 number in Xiaolong's paper you are referring to, and most of the other numbers in Xiaolong's paper are evaluated by averaging the predictions of 10 such clips across the video, and doing fully convolutional testing on the original size of the image etc. (See https://github.com/facebookresearch/video-nonlocal-net#testing )

Looking the log file for the run_i3d_nlnet_400k_32f.sh baseline in the official nonlocal codebase
( https://dl.fbaipublicfiles.com/video-nonlocal/i3d_nonlocal_32x2_IN_pretrain_400k.log )
we can see that at the end of training a comparable number "best_err" (which is 1 - top1_val) is 38.592 which would be top1_val = 0.61408

2018-03-04 17:08:41.549	json_stats: {"LR": 0.01, "batchSize": 64, "best_err": 38.592233009708735, "best_err5": 17.94093851132686, "bn_momentum": 0.9, "currentIter": 400000, "current_learning_rate": 9.999999747378752e-05, "dataset": "", "epoch": 19.981732280022822, "eval_period": 2000, "momentum": 0.9, "nGPU": 8, "num_classes": 400, "test_err": 39.94741100323625, "test_err5": 18.755056634304207, "train_err": 26.20078125, "train_err5": 10.078125, "train_loss": 1.0473662151130847, "used_gpu_memory": "10045 MiB", "weightDecay": 0.0001}

I pushed a commit the has two new baseline files that do the "video testing" for the pretrained model in this repo:
nonlocal_resnet50_3d_kinetics_test implements averaging of 10 clips in each video, and gets "videotop1" of 68.960, which is closer to the numbers reported in Xiaolong's paper. This is still missing the fully convolutional testing.
nonlocal_resnet50_3d_kinetics_fullyconvtest implements averaging of 10 clips and fully convolutional testing, and gets "videotop1" of 69.4836. You can try experimenting with that one to see if you can get it closer to Xiaolong's paper, the public repo doesn't have any more details about the fully convolutional testing.

Also, I expect these numbers to be slightly lower since I wasn't able to experiment with as many training schedules/hyperparameters, and trained on only 4 gpus. There might also be some tricks missing that could boost the numbers a bit.

Let me know if you manage to improve the numbers further!

Hope that helps,
Gunnar

from pyvideoresearch.

icyzhang0923 avatar icyzhang0923 commented on July 16, 2024

Thank you for your reply and the exhaustive explanation. If I manage to improve the numbers, I will tell you soon~

from pyvideoresearch.

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.