MSCL icon indicating copy to clipboard operation
MSCL copied to clipboard

ModuleNotFoundError: No module named 'nori2'

Open BishmoyPaul opened this issue 2 years ago • 0 comments

I was trying to run the following script

!bash ./tools/dist_train.sh configs/recognition/ssl_test/test_ssv2_r18.py 1 --validate --seed 0 --deterministic

which yielded this error

File "../MSCL/mmaction/datasets/pipelines/loading.py", line 13, in <module>
    import nori2 as nori
ModuleNotFoundError: No module named 'nori2'

A prompt google search did not yield any such library for python.

BishmoyPaul avatar Jan 29 '23 13:01 BishmoyPaul