hajakbari
Results
2
issues of
hajakbari
i tried do this : import torch import caffemodel2pytorch model = caffemodel2pytorch.Net( prototxt = 'VGG_ILSVRC_16_layers_deploy.prototxt', weights = 'VGG_ILSVRC_16_layers.caffemodel', caffe_proto = 'https://github.com/intel/caffe/blob/master/src/caffe/proto/caffe.proto/') model.cuda() model.eval() it just showed the error : 32...
hello , how I can create files of image-x-xxxxx.txt & image-x-xxxxxdots.png & image-x-xxxxxmask.mat? how I can create these files for own datasets? do these data for necessary for run? thanks