Code Monkey home page Code Monkey logo

open3d_downloads's Introduction

Open3D-Downloads

Hosting Open3D test data for development use.

(TL;DR) How to add a data file

  • Small files (e.g. several MB)
    • Step 1: Push the file to the open3d_downloads repo.
    • Step 2: Get the direct download URL to the file. The URL typically looks like https://github.com/intel-isl/open3d_downloads/raw/master/path/to/file. You may get the URL by going to the file in the GitHub website, right click on the "Download" button and select "Copy link address".
    • Step 3: Back to the Open3D repo, edit Open3D/examples/test_data/download_file_list.json to specify the direct download URL and download path.
    • Step 4: Done! When you re-build the Open3D project, the new file will be downloaded to Open3D/examples/test_data/open3d_downloads. Now you can use this file in your source code including unit tests.
  • Large files (max 2GB)
    • Step 1: Create a new release or re-use an existing release in the open3d_downloads repo.
    • Step 2: Upload your file as a release artifact. For files larger than 2GB, you may split the files into parts with tools like zip or tar. After uploading, you will able to get the direct download URL.
    • Step 3: These files will not be downloaded automatically. You need to add your own mechanisms to download and consume the files.

When is the download triggered

Files listed in Open3D/examples/test_data/download_file_list.json will be downloaded automatically in the following scenarios:

  • when running CMake config steps
  • when running Python unit tests
  • when running Python examples/tutorials

Permission control

Community developers can create pull requests to add new files to the open3d_downloads repo. Internal developers can directly push to the open3d_downloads repo's master branch and create/modify releases.

open3d_downloads's People

Contributors

yxlao avatar shubhamagarwal12 avatar reyanshsolis avatar junha-l avatar thended avatar

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.