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

VPS Training dataset problem #16

Open
rscr1 opened this issue Apr 24, 2024 · 0 comments
Open

VPS Training dataset problem #16

rscr1 opened this issue Apr 24, 2024 · 0 comments

Comments

@rscr1
Copy link

rscr1 commented Apr 24, 2024

I am trying to train a VPS module using config file from guide (VPS_Module/configs/COCO-PanopticSegmentation/panoptic_fpn_R_50_3x_vkitti_511.yaml). And it contains

DATASETS:
  TRAIN: ("vkitti_511_train",)
  TEST: ("vkitti_511_val",)

But VPS_Module/detectron2/data/datasets/others.py doesn't contain vkitti_511_train

def register_others(root):
    register_vkitti_511_val()
    register_vkitti_clone()
    register_vkitti_test()

How i can fix this problem? thx

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

1 participant