Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

color_render custom TF op passes all test #14

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open

color_render custom TF op passes all test #14

wants to merge 49 commits into from

Commits on Jul 11, 2014

  1. Bring in BL current and history

    Bring in history from BL…
    mattloper committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    3e21908 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2014

  1. Removed contexts/setup.py

    mattloper committed Jul 12, 2014
    Configuration menu
    Copy the full SHA
    9145ca8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Added num_channels to renderers. Colored renderer can now have that s…

    …et to any number between 1 and 3 (and is 3 by default).
    
    Conflicts:
    	renderer.py
    mattloper committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    b0f0ae4 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Configuration menu
    Copy the full SHA
    84bc00f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2014

  1. Configuration menu
    Copy the full SHA
    8cc590f View commit details
    Browse the repository at this point in the history
  2. Switch to strict relative imports.

    Without this, if you had two versions of opendr installed, for example
    one that you're working on and an old one in site-packages, they could
    import each other, leaveing you with potentially inconsistent code that
    can be really hard to debug.
    algrs committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    2c1b0ed View commit details
    Browse the repository at this point in the history
  3. Replaced "assertTrue" with "assertGreater"/"assertLess" so we know ho…

    …w badly we are failing
    mattloper committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    b291e06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9406134 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12b544e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Configuration menu
    Copy the full SHA
    0ff6c80 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Configuration menu
    Copy the full SHA
    31bbe1d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Configuration menu
    Copy the full SHA
    a2373a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2014

  1. Configuration menu
    Copy the full SHA
    90025c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03df9d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39667cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0aa109 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e47a8a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb9d4b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    369d6ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2286686 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8963b58 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15d5a33 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a08f98c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. Don't compile mesa on mac, add cvwrap in case opencv isn't available,…

    … tolerate lack of cython, and added normalization option to VertNormals.
    mattloper committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    b5637e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2880eae View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Configuration menu
    Copy the full SHA
    fd34422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64bdd86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b15ce View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Merge branch 'ml_master'

    Conflicts:
    	Makefile
    	__init__.py
    	renderer.py
    	setup.py
    	test_depth_renderer.py
    	test_renderer.py
    algrs committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    2d3b7b2 View commit details
    Browse the repository at this point in the history
  2. Add double sided rendering to LambertianPointLight.

    This pulls in the changes from korper made to the old offscreen_pyrenderer by Paul in 7cd62887.
    algrs committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    cbf05de View commit details
    Browse the repository at this point in the history
  3. Fix to prev

    algrs committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    7a89ea4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. Leave no pdb unturned

    algrs committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    2861d82 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Implement ProjectPoints.compute_r without calling cv2.projectPoints w…

    …hich will compute jacobian
    Sonny committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    d803386 View commit details
    Browse the repository at this point in the history
  2. fix for tests

    Sonny committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    99a126d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53c6de5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2015

  1. Return squeezed R for backward compatibility

    Chenyang Liu committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    b64493e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. Configuration menu
    Copy the full SHA
    7e0961e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. Configuration menu
    Copy the full SHA
    8c61bdd View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2015

  1. removed superflous copy operation in camera.unproject_points

    that was in practice being applied to a ch.array (created in
    camera.unproject_depth_image for some unknown reason). 25x speedup.
    EERac committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    c521273 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2015

  1. Merge mattloper into master

    This includes the fix for complaining about 'normalize' in VertNormals
    algrs committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    aedc1e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Fix bad zip downloads during install PR #1

     * Catches BadZipFile and retries download once
     * Now also closes urllib2 connection when done
    Martin Kristiansen committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    ee00ad1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Fix of unit test bug PR #2

    Martin Kristiansen committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    c39ccf9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. Test in CircleCI (#4)

    paulmelnikow committed May 30, 2016
    Configuration menu
    Copy the full SHA
    1a37333 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

  1. Fix dependencies in setup.py and keep version consistent and RELEASE …

    …0.74.0 (#5)
    
    * Fix setup.py
    
    * Correct version
    
    * Address code review
    
    * Use parse_requirements from pip
    
    * Fix setup
    sonnyhu committed May 31, 2016
    Configuration menu
    Copy the full SHA
    479a143 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. Configuration menu
    Copy the full SHA
    ca23ab6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. Update chumpy (#7)

    dlsmith committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    96675e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. convert color_render to TF

    febman committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    418a65b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. test fail when overdraw

    febman committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    6c38136 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. test passed

    febman committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    e65cae7 View commit details
    Browse the repository at this point in the history