Giter VIP home page Giter VIP logo

graphonomy-panoptic's People

Contributors

gaoyiminggithub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

hcplab-sysu

graphonomy-panoptic's Issues

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/ADE20K_2017/images/train'

Traceback (most recent call last):
  File "tools/train_net.py", line 161, in <module>
    launch(
  File "/workspace/Graphonomy-Panoptic/detectron2/detectron2/engine/launch.py", line 82, in launch
    main_func(*args)
  File "tools/train_net.py", line 149, in main
    trainer = Trainer(cfg)
  File "/workspace/Graphonomy-Panoptic/detectron2/detectron2/engine/defaults.py", line 357, in __init__
    data_loader = self.build_train_loader(cfg)
  File "/workspace/Graphonomy-Panoptic/detectron2/detectron2/engine/defaults.py", line 519, in build_train_loader
    return build_detection_train_loader(cfg)
  File "/workspace/Graphonomy-Panoptic/detectron2/detectron2/config/config.py", line 192, in wrapped
    explicit_args = _get_args_from_config(from_config, *args, **kwargs)
  File "/workspace/Graphonomy-Panoptic/detectron2/detectron2/config/config.py", line 229, in _get_args_from_config
    ret = from_config_func(*args, **kwargs)
  File "/workspace/Graphonomy-Panoptic/detectron2/detectron2/data/build.py", line 308, in _train_loader_from_config
    dataset = get_detection_dataset_dicts(
  File "/workspace/Graphonomy-Panoptic/detectron2/detectron2/data/build.py", line 227, in get_detection_dataset_dicts
    dataset_dicts = [DatasetCatalog.get(dataset_name) for dataset_name in names]
  File "/workspace/Graphonomy-Panoptic/detectron2/detectron2/data/build.py", line 227, in <listcomp>
    dataset_dicts = [DatasetCatalog.get(dataset_name) for dataset_name in names]
  File "/workspace/Graphonomy-Panoptic/detectron2/detectron2/data/catalog.py", line 58, in get
    return f()
  File "/workspace/Graphonomy-Panoptic/detectron2/detectron2/data/datasets/ade_panoptic.py", line 308, in <lambda>
    lambda: my_ADE_dataset_func(panoptic_name, image_root, sem_seg_root, instances_json))
  File "/workspace/Graphonomy-Panoptic/detectron2/detectron2/data/datasets/ade_panoptic.py", line 28, in my_ADE_dataset_func
    ade_sem_dicts = load_sem_seg(sem_seg_root, image_root)
  File "/workspace/Graphonomy-Panoptic/detectron2/detectron2/data/datasets/ade_panoptic.py", line 227, in load_sem_seg
    (os.path.join(image_root, f) for f in PathManager.ls(image_root) if f.endswith(image_ext)),
  File "/usr/local/lib/python3.8/dist-packages/iopath/common/file_io.py", line 1177, in ls
    return self.__get_path_handler(path)._ls(path, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/iopath/common/file_io.py", line 693, in _ls
    return os.listdir(self._get_path_with_cwd(path))
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/ADE20K_2017/images/train'

i followed Data Structure on your suggest but looks like a different that error message.

how can i change ?

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.