DonaldRR / SimpleNet

MIT License
402 stars 59 forks source link

Is it possible to predict test data without using ground truth ? i #46

Closed Abhijeet241093 closed 8 months ago

Abhijeet241093 commented 8 months ago

Hello Sir,

Actually, trained model without test data. Then, tested model on test data without ground truth, Howhevere, ... unable to get proper segementation results. is it compulsory to include ground truth ?

DonaldRR commented 8 months ago

Not sure the problem you mentioned. Testing process can surely go well without ground truth.

DonaldRR commented 8 months ago

You may need to edit the Dataset stuff

Abhijeet241093 commented 8 months ago

Problem is not solved. Question is it possible to train model without ground truth and test data ? and even tried it does not work, bcs your code, always need segmentation during training.