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

Iss 27 hotfix bop writer intrinsics #28

Closed
wants to merge 36 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
9587ccf
fix typo
themasterlink Jan 31, 2020
cdba502
Merge branch 'develop' of rmc-github.robotic.dlr.de:denn-ma/BlenderPr…
themasterlink Jan 31, 2020
1363d78
fix(partsphere): change PartSphere move location cmp to center of sph…
themasterlink May 15, 2020
0a2f630
Merge branch 'develop' of https://rmc-github.robotic.dlr.de/denn-ma/B…
themasterlink May 15, 2020
55741b7
feat(run.py): change home directory to home variable
themasterlink May 15, 2020
127bffb
fix(coco_annotations): change font in coco annotations to sys default
themasterlink May 15, 2020
49560a4
fix(renderer): fix transparency bounces, the used settings value was …
themasterlink May 18, 2020
fccc831
chore(run.py): fix two typos
themasterlink May 18, 2020
f7cdc7a
chore(readme): fix typo
themasterlink May 18, 2020
905a3ac
fix(readme/shapenet_with_suncg): fix wrong class, after NYU mapping
themasterlink May 18, 2020
dc4bd09
feat(run.py): change to version 2.82a
themasterlink May 18, 2020
e30fe5d
Merge pull request #542 from common/iss_541_transparency_problem
MartinSmeyer May 18, 2020
97e67ce
feat(loader): add smooth shading cf
themasterlink May 18, 2020
f126ed8
feat(entitymanipulator): add smooth shading cf
themasterlink May 18, 2020
4f050d1
chore(loader): remove print
themasterlink May 19, 2020
3794587
(fix) Update docu
MartinSmeyer May 19, 2020
0612fd6
Merge pull request #550 from common/SO3_sampler_additions
themasterlink May 19, 2020
7e58b39
Merge pull request #549 from common/iss_546_smooth_shader_obj_loader
themasterlink May 19, 2020
ad6e209
default LM config smooth shading
MartinSmeyer May 19, 2020
90956ac
Merge pull request #540 from common/iss_539_fix_part_sphere_sampler
MartinSmeyer May 19, 2020
5014422
Merge pull request #544 from common/iss_543_switch_to_blender_2_8_2_a
MartinSmeyer May 19, 2020
385ddc1
Merge pull request #551 from common/feat_default_smooth_shading
themasterlink May 19, 2020
f065d82
feat: bop example with on surface sampling of upright objects. Also U…
MartinSmeyer May 19, 2020
9ba9297
feat: docu first!
MartinSmeyer May 20, 2020
2b7f883
feat: Simplify Documentation in UpperRegionSampler
MartinSmeyer May 20, 2020
67adb23
Merge pull request #557 from common/iss_555_bop_on_surface_sampling
themasterlink May 20, 2020
19ac5a7
feat: minor docu change
MartinSmeyer May 20, 2020
bb79aa7
Merge pull request #559 from common/iss_555_supplement
themasterlink May 20, 2020
c36c9d0
feat(camerasampler): add option for excluding objects from the proxim…
themasterlink May 20, 2020
91fc677
chore(CameraSampler): remove unneeded code
themasterlink May 20, 2020
ad97883
Merge pull request #560 from common/iss_553_dist_included_obj_list
MartinSmeyer May 20, 2020
01c631c
Merge branch 'master' of https://github.com/thodan/BlenderProc into d…
MartinSmeyer May 21, 2020
2682f32
Update src/writer/BopWriter.py
MartinSmeyer May 22, 2020
920dfcf
fix: no default config value for dataset
MartinSmeyer May 22, 2020
affb920
Merge branch 'master' of https://github.com/DLR-RM/BlenderProc into d…
MartinSmeyer May 25, 2020
3c974c8
hotfix: BopWriter now can handle overwritten intrinsics by CameraModule
MartinSmeyer May 25, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix typo
  • Loading branch information
themasterlink authored and GitHub Enterprise committed Jan 31, 2020
commit 9587ccf920547c1fac965a10262b6b9f8ab48f93
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ For advanced usage which is not covered by these modules, own modules can easily

Now head on to the [examples](examples) and check the README there: get some basic understanding of the config files, start exploring our examples and get a gist about writing yor own modules!

## Chane log
## Change log

See our [change log](change_log.md).