megvii-research / TreeEnergyLoss

[CVPR2022] Tree Energy Loss: Towards Sparsely Annotated Semantic Segmentation
Other
103 stars 8 forks source link

dataset preparing details #8

Closed Yangr116 closed 2 years ago

Yangr116 commented 2 years ago

Hello, I have trouble in preparing VOC dataset. I prepared the VOC dataset as https://github.com/openseg-group/openseg.pytorch/blob/master/GETTING_STARTED.md. In detail, I downloaded the annotations from here https://cs.stanford.edu/~roozbeh/pascal-context/#download, and the images from here http://host.robots.ox.ac.uk/pascal/VOC/. When I ran the code "TreeEnergyLoss/lib/datasets/preprocess/pascal_context/pascal_context_generator.py", there was a issue that told me no "PytorchEncoding/train.pth".

Could you tell me how can I get "PytorchEncoding/train.pth? Thanks!

Yangr116 commented 2 years ago

Solved. https://github.com/openseg-group/openseg.pytorch/issues/95