XuJiacong / PIDNet

This is the official repository for our recent work: PIDNet
MIT License
577 stars 107 forks source link

Inference on camvid #89

Closed sparshgarg23 closed 6 months ago

sparshgarg23 commented 6 months ago

Hi,thanks for open sourcing the repository, I am trying to run inference on the camvid dataset,but it seems the custom.py only supports inference on cityscapes.Is there a way to perform inference on camvid?

sparshgarg23 commented 6 months ago

closing the issue as I was able to figure out the issue.I was using cityscape palate for inferencing on camvid. Also i am not sure why the training stops at 120 epoch instead of completing till 200.Is it because of early stopping?