Giter Club home page Giter Club logo

3dsnet's People

Contributors

margaritag avatar mattiasegu 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

3dsnet's Issues

DataSize of training samples

Hi, Thanks for your wonderful code and it's helpful for me.
But, I feel uncertain in detail when conduct experiments:
In your paper 3DSnet subsection 4.4, it said that the number of armchair and straight chair is 1995 and 1974 respectively while i got the size are 794 and 1240 in practice. (I download the experiment data from the link offered in download_shapenet_pointclouds.sh)
Wish your reply soon!

run

Why do I show 'No module named 'chamfer_3D''

Possible typo in adaptive norm

Line 351/354 and line 359/362 should be norm2 and norm3?

3dsnet/model/meshflow.py

Lines 338 to 362 in e823742

sph = self.norm0(sph, content_latent_vector, adain_params[:, 0:3 * 2])
# First Deform Block computation and its instance norm
pred_y1, _ = self.db1(content_latent_vector, sph, None, time)
if self.adaptive:
pred_y1 = self.norm1(pred_y1, content_latent_vector,
adain_params[:, 3 * 2:3 * 4])
else:
pred_y1 = self.norm1(pred_y1, content_latent_vector)
# Second Deform Block computation and its instance norm
pred_y2, _ = self.db2(content_latent_vector, pred_y1, None, time)
if self.adaptive:
pred_y2 = self.norm1(pred_y2, content_latent_vector,
adain_params[:, 3 * 4:3 * 6])
else:
pred_y2 = self.norm1(pred_y2, content_latent_vector)
# Third Deform Block computation and its instance norm
pred_y3, _ = self.db3(content_latent_vector, pred_y2, None, time)
if self.adaptive:
pred_y3 = self.norm1(pred_y3, content_latent_vector,
adain_params[:, 3 * 6:3 * 8])
else:
pred_y3 = self.norm1(pred_y3, content_latent_vector)

Number of points in data_a and data_b in demo

Dear Mattia,

Sorry to bother you, but I'm having difficulties in understanding the demo.sh code. I guess demo.sh is to test our trained networks with our test dataset? Please correct me if I'm wrong.

The main part I don't understand is line 509 in trainer.py:
data_a = EasyDict(self.datasets.dataset_test[self.classes[0]][index_a]) (same for data_b)

I think data_a['points'] should be the normalised and downsampled shape, I can see it has 2500 points. However, I ran train.sh and demo.sh with --number_points = 642 and --decoder_type = 'atlasnet'. I really don't know why in demo.sh, each loaded sample has 2500 points but not 642 points.

Thank you in advance. Looking forward to your help!

Sincerely,
Wei

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.