Giter Club home page Giter Club logo

Comments (5)

htzheng avatar htzheng commented on August 27, 2024

Hi @mingqizhang , thank you for your interest in our work. I have updated the readme and included an example script on how to generate object-aware masks on-the-fly using a given panoptic annotation. Basically, the png image saves the id of each segment, and JSON file saves category_id, isthing of id. Isthing represents whether the segment is a thing/stuff.

Our data format follows detectron2. More detailed metadata can be loaded using this script

from detectron2.data import MetadataCatalog 
panoptic_metadata = MetadataCatalog.get('coco_2017_val_panoptic_separated')

and detectron2 can be installed with

python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'  (from https://detectron2.readthedocs.io/en/latest/tutorials/install.html)

from cm-gan-inpainting.

mingqizhang avatar mingqizhang commented on August 27, 2024

@htzheng Thanks for your reply, there's another question. I try download data_large_panoptic.tar from Dropbox many times, but can not success, Only part of the whole dataset(Maybe it's too large? others like val or test can download).

from cm-gan-inpainting.

htzheng avatar htzheng commented on August 27, 2024

@htzheng Thanks for your reply, there's another question. I try download data_large_panoptic.tar from Dropbox many times, but can not success, Only part of the whole dataset(Maybe it's too large? others like val or test can download).

The data_large_panoptic.tar is 60GB, you could try adding this file to your dropbox space and download it with the Dropbox APP. I may also copy the file to google drive or Baidu Cloud later (but it could be delayed).

from cm-gan-inpainting.

yftongbupt avatar yftongbupt commented on August 27, 2024

@htzheng Thanks for your reply, there's another question. I try download data_large_panoptic.tar from Dropbox many times, but can not success, Only part of the whole dataset(Maybe it's too large? others like val or test can download).

The data_large_panoptic.tar is 60GB, you could try adding this file to your dropbox space and download it with the Dropbox APP. I may also copy the file to google drive or Baidu Cloud later (but it could be delayed).

Do you have a download link from Google Drive or Baidu Cloud now? @htzheng

from cm-gan-inpainting.

yftongbupt avatar yftongbupt commented on August 27, 2024

@htzheng Thanks for your reply, there's another question. I try download data_large_panoptic.tar from Dropbox many times, but can not success, Only part of the whole dataset(Maybe it's too large? others like val or test can download).

Have you downloaded data_large_panoptic.tar successfully? @mingqizhang

from cm-gan-inpainting.

Related Issues (13)

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.