huochaitiantang / pytorch-deep-image-matting

Pytorch implementation of deep image matting
293 stars 71 forks source link

saved model run through deploy.sh does not yield same results #5

Closed Subhanandh closed 5 years ago

huochaitiantang commented 5 years ago

Please check the different hyper parameters in train.sh and test.sh. Test method which is defined in model deploy.py is adopted while training.

Subhanandh commented 5 years ago

Thank you.