ZJULearning / MaxSquareLoss

Code for "Domain Adaptation for Semantic Segmentation with Maximum Squares Loss" in PyTorch.
MIT License
113 stars 22 forks source link

Custom Dataset? #20

Open meshghi opened 2 years ago

meshghi commented 2 years ago

Hello, I have my own custom dataset that I want to run your model on. I was wondering how I can do that? Any help would be greatly appreciated. Thanks!