DIAGNijmegen / HoVer-UNet

Apache License 2.0
25 stars 7 forks source link

Questions about the code #3

Open 6rid9e opened 2 months ago

6rid9e commented 2 months ago

Hello, I'm an undergraduate student majoring in clinical medicine, and I'm currently minoring in deep learning. Please forgive me for just getting started and not yet mastering deep learning frameworks. I'd like to ask, after running run_train.py, are the images imported in run_infer.py from my own dataset? In other words, are they the images I want to process? Once again, I apologize for the simplicity of my question, but I still hope to receive your reply.

cristian921 commented 2 months ago

Hi, you only have to run run_train.py if you want to retrain the network on your dataset. But in this case, you have to follow the whole process to use distillation, which shouldn't make sense if HoVerNet doesn't have good results on your dataset. Instead, if you want only inference on your dataset, you have to follow the instructions for inference.

6rid9e commented 2 months ago

Thanks a lot!