Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB Download link not working #27

Closed
yazdavar opened this issue Jun 9, 2020 · 19 comments
Closed

DB Download link not working #27

yazdavar opened this issue Jun 9, 2020 · 19 comments

Comments

@yazdavar
Copy link

yazdavar commented Jun 9, 2020

Dear authors,

I am trying to download your dataset "Recipe1M dataset" from the provided link:
http://im2recipe.csail.mit.edu/dataset/login/

When I tried to log in it mentioned the This account is inactive.

I have not received any email for confirming the registration.

I tried to create a new user with different emails but some errors raised, and now it says the account has been taken.

I would really appreciate it if you can kindly follow up and send me the dataset link.

Best,
Amir

@rocketrashaad
Copy link

I have the same issue as @yazdavar . Is there a work around available?

@sungwookson
Copy link

I also have the same issue!

@jkingphd
Copy link

@amaiasalvador, is it possible to check the download page? A colleague and I just tried to access this dataset and were not able to. Looks like this is an issue that has been going for a while now.

@Paul-JanPauptit
Copy link

As hosting is on MIT, pinging @nhynes, @jmarintur, @Cadene . The dataset cannot be accessed because the account creation mechanism is broken.

This is an important dataset, not just for my own work but for the entire field of machine learning. It is a shame it is not accessible at the moment. Let me know if there is anything we can do to help.

@jmarintur
Copy link
Contributor

jmarintur commented Sep 4, 2020 via email

@arkarmintun1
Copy link

I have the same issue. Still can't download the dataset.

1 similar comment
@alice-cool
Copy link

I have the same issue. Still can't download the dataset.

@jmarintur
Copy link
Contributor

jmarintur commented Nov 26, 2020 via email

@alice-cool
Copy link

alice-cool commented Nov 26, 2020 via email

@jmarintur
Copy link
Contributor

jmarintur commented Nov 26, 2020 via email

@alice-cool
Copy link

Please send me an email with the email account you mentioned.

On Thu, 26 Nov 2020 at 10:05, Donglearner @.> wrote: I use the former email but it didn't work @. ---Original--- From: "Javier Marin @.> Date: Thu, Nov 26, 2020 16:57 PM To: @.>; Cc: @.>;"Donglearner"< @.>; Subject: Re: [torralba-lab/im2recipe] DB Download link not working (#27) Hi there, Unless you use an email account from a university (.edu) already registered in our database you won't be able. In case, the issue persists then I can provide you the necessary links to download the dataset. Best, Javier On Thu, 26 Nov 2020 at 09:16, Donglearner @.**> wrote: > I have the same issue. Still can't download the dataset. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > < #27 (comment)>, > or unsubscribe > < https://github.com/notifications/unsubscribe-auth/AG2ACR7JTJXKLCFWKZKQ2HLSRYFEVANCNFSM4NZZP32A> > . > — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#27 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG2ACR556HY4KCFYZJU5CALSRYK3JANCNFSM4NZZP32A .

Could you give me your email? I can't find it in your github. Thanks.

@jmarintur
Copy link
Contributor

jmarintur commented Nov 26, 2020 via email

@alice-cool
Copy link

Thanks for your reply. I send an email to your email box.

@RadioBardak
Copy link

RadioBardak commented Nov 26, 2020 via email

@RadioBardak
Copy link

@kiendt07
Copy link

@jmarintur could you send me the download link too? My email is kien@coderpush.com

@quocdat32461997
Copy link

quocdat32461997 commented Feb 19, 2021

@jmarintur hi, I also need the Recipe1M+ dataset. May you send me the direct link to the dataset by this email address dqn170000@utdallas.edu? The dataset will be used only for academic purposes. Many thanks.

@dpieski
Copy link

dpieski commented Feb 21, 2021

Environment:


Request Method: POST
Request URL: http://im2recipe.csail.mit.edu/dataset/register/

Django Version: 1.8
Python Version: 2.7.6
Installed Applications:
('django.contrib.staticfiles',
 'material.theme.lightblue',
 'material',
 'material.frontend',
 'material.admin',
 'django.contrib.admin',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.messages',
 'dataset_app')
Installed Middleware:
('django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware',
 'django.middleware.clickjacking.XFrameOptionsMiddleware',
 'django.middleware.security.SecurityMiddleware',
 'material.frontend.middleware.SmoothNavigationMiddleware')


Traceback:
File "/afs/csail.mit.edu/proj/im2recipe/www/cgi-bin/django_venv/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  132.                     response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/afs/csail.mit.edu/proj/im2recipe/www/cgi-bin/django_venv/local/lib/python2.7/site-packages/django/views/generic/base.py" in view
  71.             return self.dispatch(request, *args, **kwargs)
File "/afs/csail.mit.edu/proj/im2recipe/www/cgi-bin/django_venv/local/lib/python2.7/site-packages/django/views/generic/base.py" in dispatch
  89.         return handler(request, *args, **kwargs)
File "/afs/csail.mit.edu/proj/im2recipe/www/cgi-bin/django_venv/local/lib/python2.7/site-packages/django/views/generic/edit.py" in post
  215.             return self.form_valid(form)
File "/afs/csail.mit.edu/proj/im2recipe/www/cgi-bin/dataset_app/dataset_app/views.py" in form_valid
  39.         researcher = self.register(form)
File "/afs/csail.mit.edu/proj/im2recipe/www/cgi-bin/dataset_app/dataset_app/views.py" in register
  45.         self.send_activation_email(researcher)
File "/afs/csail.mit.edu/proj/im2recipe/www/cgi-bin/dataset_app/dataset_app/views.py" in send_activation_email
  62.         user.email_user(subject, msg, settings.DEFAULT_FROM_EMAIL)
File "/afs/csail.mit.edu/proj/im2recipe/www/cgi-bin/django_venv/local/lib/python2.7/site-packages/django/contrib/auth/models.py" in email_user
  433.         send_mail(subject, message, from_email, [self.email], **kwargs)
File "/afs/csail.mit.edu/proj/im2recipe/www/cgi-bin/django_venv/local/lib/python2.7/site-packages/django/core/mail/__init__.py" in send_mail
  62.     return mail.send()
File "/afs/csail.mit.edu/proj/im2recipe/www/cgi-bin/django_venv/local/lib/python2.7/site-packages/django/core/mail/message.py" in send
  303.         return self.get_connection(fail_silently).send_messages([self])
File "/afs/csail.mit.edu/proj/im2recipe/www/cgi-bin/django_venv/local/lib/python2.7/site-packages/django/core/mail/backends/smtp.py" in send_messages
  107.                 sent = self._send(message)
File "/afs/csail.mit.edu/proj/im2recipe/www/cgi-bin/django_venv/local/lib/python2.7/site-packages/django/core/mail/backends/smtp.py" in _send
  123.             self.connection.sendmail(from_email, recipients, message.as_bytes(linesep='\r\n'))
File "/usr/lib/python2.7/smtplib.py" in sendmail
  747.             raise SMTPRecipientsRefused(senderrs)

Exception Type: SMTPRecipientsRefused at /register/
Exception Value: {u'myfirst@mydomain.com': (550, 'Verification failed for <im2recipe@csail.mit.edu>\nPrevious (cached) callout verification failure\nSender verify failed')}

@jmarintur
Copy link
Contributor

Hi everyone, if you want to download the dataset, please send me an email, jmarin@csail.mit.edu Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests