DengPingFan/PraNet

About data split (train/validation)

Closed this issue · 4 comments

Hi,
I have a question about the experimental setup.


In PraNet paper,
"the images from Kvasir, and CVC-ClinicDB are randomly split into 80% for training, 10% for validation, and 10% for testing."

Contrary to what is mentioned in PraNet paper, there seems to be no validation in the implemented code.
Did you actually train without validation? Or am I missing something?

Thank you.

Yes, we train this model without validation. And we use the early-stop strategy.

Best,

Thanks for your reply.

I have one more question,

Checking the number of TrainDataset.zip files you provide, it seems that the Kvasir and CVC-ClinicDB datasets are used for training together, is that correct?

Yes.

Thanks for your reply.