Giter Site home page Giter Site logo

Comments (5)

innerlee avatar innerlee commented on May 19, 2024

there was a f missing

from mmaction2.

zjykzj avatar zjykzj commented on May 19, 2024

there was a f missing

hi @innerlee , thank you for you reply. i check the pull, and modified config like this

split = 1
ann_file_train = f'data/ucf101/ucf101_train_split_{split}_rawframes.txt'
ann_file_val = f'data/ucf101/ucf101_val_split_{split}_rawframes.txt'
ann_file_test = f'data/ucf101/ucf101_val_split_{split}_rawframes.txt'

it worked but i don't know after split=1 trained it will automated woked for splited=2/3

Is this rule written in the code? I would appreciate it if I could get your answer.

from mmaction2.

innerlee avatar innerlee commented on May 19, 2024

could you explain a little bit what's "will automated woked for splited=2/3"?
if set split=1, then the training will load annotations of split1, so the model will be using split1's training data and validation data.
after that, if you want to train another model using split2, then set split=2 and train a new model

from mmaction2.

innerlee avatar innerlee commented on May 19, 2024

oh there is a culprit. it's better to change the workdir so that weights do not get overridden

from mmaction2.

zjykzj avatar zjykzj commented on May 19, 2024

could you explain a little bit what's "will automated woked for splited=2/3"?
if set split=1, then the training will load annotations of split1, so the model will be using split1's training data and validation data.
after that, if you want to train another model using split2, then set split=2 and train a new model

haha, because the config file is written like

..{1,2,3}_rawframes.txt'

so i think there will automated continue train. i check the code in mmaction/data/rawframe_dataset.py

        with open(self.ann_file, 'r') as fin:

ok, i know it, thank you very much

from mmaction2.

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.