abhineet123 / ipsc_prediction

IPSC Prediction with Deep Learning
1 stars 0 forks source link

About pretrained siamfc model #2

Closed SZ-qing closed 1 year ago

SZ-qing commented 1 year ago

Hi, I'm using the Track All Object function of the labeling tool and I realized that I don't have 'siamfc/pretrained\baseline-conv5_e55.mat', do you have it available on your end?

SZ-qing commented 1 year ago

Error Information: /ipsc_prediction-master/ipsc_labelling_tool/tracking/siamfc/src/siamese.py", line 182, in _import_from_matconvnet mat = scipy.io.loadmat(net_path) [Errno 2] No such file or directory: 'siamfc/pretrained\baseline-conv5_e55.mat'

SZ-qing commented 1 year ago

In https://github.com/abhineet123/ipsc_prediction/tree/master/ipsc_labelling_tool/tracking/siamfc ,could not open 'pretrained networks': image

abhineet123 commented 1 year ago

Pretrained models for both siamfc and SiamMask are available here.

SZ-qing commented 1 year ago

Thanks