MAFAT Satellite Vision Challenge Forum

Go back to competition Back to thread list Post in this thread

> Your baseline is not working

It worked in the beginning, but did not reproduce the results you said it is.
Can you fix it ?
Currently I cant run imports:

from mmcv import collect_env
collect_env()

# Check MMRotate installation
import mmrotate

Posted by: shlomocohen2 @ April 10, 2023, 5:03 a.m.

Hi,

We were unable to reproduce your error.
Can you please send us (via email) your submission?

Shai,
MAFAT Challenge Team

Posted by: MAFAT_Challenge @ April 10, 2023, 10:19 a.m.

Hi, I have the same issue, sent you emaill, thanks

Posted by: GA @ April 11, 2023, 10:28 a.m.

Hi, Mafat team,
For this cell:
################
from mmcv import collect_env
collect_env()

# Check MMRotate installation
import mmrotate
print(mmrotate.__version__)

# Check MMDetection installation
import mmdet
print(mmdet.__version__)

# Check mmcv installation
from mmcv.ops import get_compiling_cuda_version, get_compiler_version
print(get_compiling_cuda_version())
print(get_compiler_version())
###############

I get this error:

ImportError Traceback (most recent call last)
<ipython-input-29-f1ca9e5d2a56> in <cell line: 1>()
----> 1 from mmcv import collect_env
2 collect_env()
3
4 # Check MMRotate installation
5 import mmrotate

ImportError: cannot import name 'collect_env' from 'mmcv' (/usr/local/lib/python3.9/dist-packages/mmcv/__init__.py)

---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

Posted by: shlomocohen2 @ April 13, 2023, 9:22 a.m.

Hi,
The baseline notebook didn't work due to packages versions updates.
We fixed the versions installations of the packages: mmcv-full and mmdet, and now the notebook is running without errors.
MAFAT Challenge Team

Posted by: MAFAT_Challenge @ April 13, 2023, 1:20 p.m.
Post in this thread