Git Product home page Git Product logo

lsbd-vae's People

Contributors

loek-tonnaer avatar luis-armando-perez-rey avatar

Watchers

 avatar  avatar

lsbd-vae's Issues

Fix bug with RandomWalkIdentities. Batch size needs to be a multiple of the fixed factors

If I have 8 3D models with 6 possible colors I should get 48 identities times 6 random walk steps I should get 288 images. When using batch_size of 5 I am getting 270 images. I don't have problem if the batch size is 6.

EDIT: Turned out it was not a bug. It was behaving as expected. I will leave this issue because it is important to know that the data loader is fine.

Add RandomFactor data class

Add dataset class that takes all possible combinations of the changing factors and creates randomly grouped data with the changing factors for each identity.

Create jupyter notebooks for training and evaluation of methods

  • Create jupyter notebook that trains semi-supervised
  • Create jupyter notebook that trains supervised with paths
  • Create jupyter notebook that shows how to calculate metric
    Important! Don't forget to push notebooks to the repository without the outputs!!!!

Add code to reproduce path experiments

  • Loading of data
  • Training of models
  • Reproduce arrow dataset experiments
  • Reproduce pixel dataset experiments
  • Reproduce airplane dataset experiments
  • Reproduce modelnet dataset experiments
  • Reproduce coil dataset experiments

Add LSBD metric to code and document code.

  • Add LSBD-VAE metric module torus
  • Add LSBD-VAE metric module cylinder
  • Add documentation to LSBD-VAE metric functions
  • Add testing scripts for LSBD-VAE metric torus
  • Add testing scripts for LSBD-VAE metric cylinder

Add RandomWalkIdentities subclass

RandomWalkIdentities subclass that can create a tf.data.Dataset that outputs a random walk for each element in a list of combinations of, e.g. colors and 3D models corresponding to the identities of the objects.

Update README file

  • Dependencies
  • Explanation on how to run code
  • Images
  • Citation
  • Add contacts

Add class to load dataset with images saved as factor1_factor2_factor3..._factorN.png

Add class to load a tf.data.Dataset from a dataset of multiple factors. Similar to RandomWalkFactor dataset but each datapoint provided as output by dataset is of shape (num_identities, nfactors1, nfactors2, ... nfactorsN, *image_shape) where num_identities represents a certain object identity which can be defined by the user based on certain factors e.g. object shape and color.

Such dataset is important to evaluate DLSBD metric since this metric requires embeddings to be organized as (n_identity, nfactors1, ..., nfactorsN, latent_dim).

Add LSBD-VAE with triplet loss

Add subclass of SupervisedLSBDVAE where embeddings of an Euclidean latent space get pushed together based on certain object identity.
image

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.