souvikmajumder26 / Land-Cover-Semantic-Segmentation-PyTorch

🛣 Building an end-to-end Promptable Semantic Segmentation (Computer Vision) project from training to inferencing a model on LandCover.ai data (Satellite Imagery).
MIT License
117 stars 18 forks source link

testing on own dataset #4

Open Puneesh6280 opened 4 months ago

Puneesh6280 commented 4 months ago

I tried adding an own tif file to test folder, but showing me an error. Is there a way to add and test on our own dataset?

souvikmajumder26 commented 4 weeks ago

Did you try to test the model with the sample dataset mentioned in the project on your own tif file? In that case the error might be due to the image bands/channels mismatch. If you build a model solely on your own dataset while tweaking the code (if required) as per the tif file bands/channels it should be able to run with a similar test file.