Code Monkey home page Code Monkey logo

Comments (3)

jeremyfix avatar jeremyfix commented on August 25, 2024 1

Thank you for the suggested PR.

In the meantime, I contacted Bharath to let him know the file was not available anymore. Apparently, he found the file and expects to put it online again pretty soon ;

I will let you know.

from vision.

NicolasHug avatar NicolasHug commented on August 25, 2024

Thanks for the report @jeremyfix , I can reproduce the issue.

You're right that it's related to the download of train_noval.txt. I'm getting a 403 Forbidden error and I'm being redirected to https://www.cs.cornell.edu/~bharathh/.

If this file can be found somewhere else, please let me know.

This specific file is only needed when image_set="train_noval", but right now it is being downloaded unconditionally. What we can do as a temporary measure is to only download it when image_set="train_noval", this way image_set="train" and image_set="val" should still work.

from vision.

jeremyfix avatar jeremyfix commented on August 25, 2024

The train_noval.txt file has been remade available by Bharath so that the URL https://www.cs.cornell.edu/~bharathh/train_noval.txt now allows to download this file.

So the first thing we can plan to do is to replace the train_noval.txt url by https://www.cs.cornell.edu/~bharathh/train_noval.txt

Unfortunately, this is not yet the end of the story. The script now fails at L79 with download_and_extract_archive(self.url, self.root, filename=self.filename, md5=self.md5) because the URL https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/semantic_contours/benchmark.tgz leads to a 404.

from vision.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.