-
Hi, My name is Thomas. I am using branch 1.x. I recently migrated from 0.24 and want to use mvit model. When I train my configuration with RawframeDataset, it stops with message: Configurationsomething_mvit.py
Output Logpyenv exec mmaction2/tools/dist_train.sh something_mvit.py 1
|
Beta Was this translation helpful? Give feedback.
Answered by
thomedw
Feb 16, 2023
Replies: 1 comment
-
Hi, I have found the culprit. Replace This is the working config: something_mvit.py
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thomedw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have found the culprit. Replace
data_prefix=data_root_xxx
withdata_prefix=dict(img=data_root_xxx)
This is the working config:
something_mvit.py