gmayday1997 / SceneChangeDet

pytorch implementation of scene change detection
MIT License
233 stars 74 forks source link

question about label resize #8

Closed stillwaterman closed 5 years ago

stillwaterman commented 5 years ago

Hey, nice work! I have a question about loss calculation. In your training code, you resized label images to compute loss, but I think result maps should be upsampling to calculate loss or metrics. Am I right? Look forward to your reply.