MAFAT Radar Challenge - Can you distinguish between humans and animals in radar tracks? Forum

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

> Folder doesn't mount

Hi,
Same code but for some reason stopped mounting....

This code shows all needed files
competition_path = 'My Drive/Data'
!ls '{mount_path}/{competition_path}'

but below code doesn't work.
Any one faced same problem?
Any ideas?

Eli.

(# Set and test path to competition data files
competition_path = 'INSERT HERE'
try:
if competition_path == 'INSERT HERE':
#print('Please enter path to competition data files:')
competition_path = 'My Drive/Data'
#competition_path = input()
file_path = 'MAFAT RADAR Challenge - Training Set V1.csv'
with open(f'{mount_path}/{competition_path}/{file_path}') as f:
f.readlines()
print(colored('Everything is setup correctly', color='green'))
except:
print(colored('Please mount drive and set competition_path correctly',
color='red'))
)

Posted by: elieisenstein @ July 23, 2020, 7:29 a.m.

It looks like there is also a problem in submitting solutions.

I get this error message:
Traceback (most recent call last):
File "/worker/worker.py", line 330, in run
if input_rel_path not in bundles:
TypeError: argument of type 'NoneType' is not iterable

Posted by: it_b @ July 23, 2020, 7:52 a.m.

I believe those are non-related issues.

Eli.

Posted by: elieisenstein @ July 23, 2020, 8 a.m.

And just got following message from colab:
Colab is experiencing issues connecting to Drive, and we are actively investigating.

Posted by: elieisenstein @ July 23, 2020, 9:19 a.m.

Hi,
1. Colab error - It seemed that Google had a temporary problem to mount Google Drive to Colab. It seems that the problem is solved.
2. Error in submission - Thank you, it is a temporary error in Codalab. We are aware of and investigating it. If it happens again, please wait a few minutes and try to resubmit.

Tsabar
(MAFAT Challenge Team)

Posted by: Mafat_Challenge @ July 24, 2020, 12:02 p.m.
Post in this thread