Coder Social home page Coder Social logo

anilbas / 3dmmasstn Goto Github PK

View Code? Open in Web Editor NEW
273.0 12.0 49.0 2.66 MB

MatConvNet implementation for incorporating a 3D Morphable Model (3DMM) into a Spatial Transformer Network (STN)

License: Apache License 2.0

MATLAB 100.00%
spatial-transformer-network 3d-morphable-models stn basel-face-model matconvnet convolutional-neural-networks deep-neural-networks siamese-network dagnn vgg-face-matconvnet

3dmmasstn's People

Contributors

anilbas avatar patrikhuber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

3dmmasstn's Issues

can't find vl_nnbilinearsampler

hi @anilbas,

Thanks for sharing the code!

I followed your readme to run the demo.m, but i can't find vl_nnbilinearsampler function. Could you please release that part of code?

sampler = vl_nnbilinearsampler(Images,grid);
demo (line 131)

Thanks in advance!

Can't run the training code!

hi @anilbas,

Thanks for sharing the code!

I followed your readme to run the code, but there seemed to be some problems. Could you please give me some advice on the questions below?
In dagnn_3dmmasstn.m line 39, load('model/model.mat'), what should the model.mat be?
Besides, what is the training set, and how to create the imdb.mat?

Thanks in advance!

About the Imdb.mat file, Thanks

Thanks for your work and codes.
I can't find the imdb.mat file in this demo, can you provide the download link or tell me how to generate this file?
Thanks~

Undefined function or variable'xavier'๏ผ

hi @anilbas,
Thank you for your contribution!
I followed your readme to run the code,but I can't run the training code.Could you please give me some advice on the questions below?
In dagnn_3dmmasstn_init.m line 7. This xavier(1,1,4096,16) should be the algorithm that initializes the network weight, but I run the prompt without definition.
Thanks in advance!

About pretrained model

hi @anilbas,
Thank you for your great work.
I'd like to try some images, but can not find your model.
Where can I get your model for test?
Thank you!

How to generate BFM_UV.mat?

I have read your paper but I don't understand โ€˜ computing the Tutte embedding with conformal Laplacian weights for UV graph' that you mentioned in your paper .Could you kindly share the code ? Or just give me some advice about it ?And I try to use matlab's Toolbox Graph,but my result is very different from yous

Error Occurs when a new layer is added

Thank you very much for your contribution to the academic society!

However, error occurred when a new layer was added to the net.
The code is:
net.layers(end+1) = struct( 'name', 'theta', ... 'type', 'conv', ... 'weights', {weightsandbias}, ... 'stride', 1, ... 'pad', 0, ... 'learningRate', opts.theta_learningRate) ;

Error information:

Subscripted assignment between dissimilar structure.

Error dagnn_3dmmasstn_init (line 18)
net.layers(end+1) = struct( 'name', 'theta', ...

Error dagnn_3dmmasstn (line 38)
net = dagnn_3dmmasstn_init(model,idx,opts);


The layer you want to insert does not have the same content.
The layers of the original net does not have 'weights' and 'learningRate', and the 'pad', 'stride' are in the 'block' item of these layers.

Geometry images

Hello,

Thanks for the awesome work! I'm a complete noob in the 3d modelling world so a lot of things fly over my head unfortunately. Please can you tell me how you produced "geometry.png". Is there some code i could look at to help me get that geometry image. I'm trying to produce it by looking at your current code but no luck.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.