smujiang / WSIPenMarkingRemoval

Remove pen-marking annotations on whole slide images(WSIs) for data achiving.
MIT License
16 stars 1 forks source link

Missing pre-trained model weight #4

Open shihuitay opened 1 year ago

shihuitay commented 1 year ago

Hi, I can't seem to find the pre-trained model weight anywhere in this repo or the Google Drive link provided. Could you please provide your pre-trained model weight so that we can test the model using our own data? Many thanks!

smujiang commented 1 year ago

It is in the Google Drive link. please use the "graph.pbtxt".

shihuitay commented 1 year ago

Thank you so much for the reply! I understand that the "graph.pbtxt" file contains the model architecture, but it doesn't include the actual numerical values of the model's parameters (weights and biases; the weight files usually have extensions like .ckpt, .h5, .pth, or .tf). The checkpoint file contain the path to the actual weight file "/projects/shart/digital_pathology/data/PenMarking/model/pixel2pixel_256_50cases/model-11785000", but the weight file itself is not available in the Google Drive link. Does this mean that we can't use your pre-trained model, but have to train the model using our own data?