IamMegatron

Results 73 comments of IamMegatron

@gcucurull Should I put those codes `import RosettaStone if **name** == '**main**': rosetta = RosettaStone() rosetta.convert('my.caffemodel', 'my.mat', 'CaffeImporter', 'MatConvnetExporter') ``` print 'All went OK!'` into main.py? ```

@edgarriba I feel the path of the module as RosettaStone has some problems in `import RosettaStone if name == 'main': rosetta = RosettaStone() rosetta.convert('my.caffemodel', 'my.mat', 'CaffeImporter', 'MatConvnetExporter')`

@cahya-wirawan thank your response!

Anyone has pre-trained models?

@jxust01 Have you solved it ? I meet the same error.

@nashory , Hello, when I use your 'pretrained_model/ldmk/pca/pca.h5' to extract dimension-reduced DeLF, it shows error: ``` ... loaded weights from module "pool" ... load model from "pretrained_model/ldmk/model/keypoint/ckpt/fix.pth.tar" load PCA parameters......

> @nashory , Hello, when I use your 'pretrained_model/ldmk/pca/pca.h5' to extract dimension-reduced DeLF, it shows error: > > ``` > ... > loaded weights from module "pool" ... > load...

@yu4u Do I need to captue a video frame? Oh, can you provide a demo script which is testing for a image rather than video capture?