ElephantGit / SemanticSegmentationUsingFPN_PanopticFeaturePyramidNetworks

Other
81 stars 21 forks source link

CamVid_utils.py is not work #2

Closed cocozfz closed 5 years ago

cocozfz commented 5 years ago

Hello, when i use python data/CamVid_utils.py , the 'train.csv' and 'val.csv' were right, but there were no *.npy in 'Labeled_idx'. And what should i do? Thank you.

cocozfz commented 5 years ago

I use parse_label() in if __name__ == '__main__': and it works, thank you anyway^_^