Mohsen Kamalzadeh
88b30002
more polish
4 年前
Steven Borkman
a84fe9f5
Fixed links in schema doc
4 年前
Mohsen Kamalzadeh
e77310cf
UI code updates
- Changed how UI is created for constants to include tooltips. - - Added info box about Randomizer execution order
4 年前
Steven Borkman
cba0de41
Merge remote-tracking branch 'origin/keypoints' into keypoints
4 年前
GitHub
a851f43c
Merge pull request #153 from Unity-Technologies/remove-all-randomizers-bug
Remove all randomizers bug
4 年前
GitHub
fa42da98
Update com.unity.perception/Documentation~/Schema/Synthetic_Dataset_Schema.md
Co-authored-by: Jon Hogins <jonathanh@unity3d.com>
4 年前
Steven Borkman
259d8b37
Updates to schema doc
4 年前
Steven Leal
ac28eac4
updated changelog
4 年前
Steven Borkman
512a2e80
Removed avatar from key point labeler
Ends up it wasn't necessary and caused a bug if an avatar wasn't present on the model
4 年前
Steven Leal
3ce6de39
fixed randomizer container UI bug
4 年前
Steven Borkman
3142805f
Fixed root motion
Added boolean to specify allow root motion, which either locks a model in place, or allows then to move to new positions/rotations due to animation
4 年前
GitHub
d98bf0d6
Merge pull request #150 from Unity-Technologies/animation_curve_sampling
Added animation curve sampling + sampler deserialization bugfix + native sampling removal
4 年前
Mohsen Kamalzadeh
354b49f0
Revived samples in range test for animation curve sampler
4 年前
Steven Borkman
ebd2df4d
Updated schema for instance segmentation
4 年前
Mohsen Kamalzadeh
166ffa5b
upgrade warning added to changelog
4 年前
Steven Borkman
f452f55a
Recording pose for a random animation frame & performance improvements
4 年前
Steven Leal
a66dd5e7
added missing xml docs
4 年前
Steven Borkman
ff2fd67b
Updated schema file
4 年前
Steven Leal
84bc7e8e
added AnimationCurveSampler constructors
4 年前
Steven Borkman
f5833ce7
Fix test for Guid to string change
4 年前
Steven Leal
e168b600
removed range as required ISampler interface property
4 年前
Steven Borkman
2518f1f8
Updated change log
4 年前
Mohsen Kamalzadeh
3ee0dd99
made integration samples public
4 年前
Steven Borkman
5dceae4f
Fixed template guid not being serialized
4 年前
Mohsen Kamalzadeh
6a9a43d9
Modifications after peer review
- Removed native sampling (through jobs) capability from all samplers and parameters as no users have so far needed this, and it introduces additional complexity to the code
- Removed native sampling from the newly introduced AnimationCurveSampler.
- Removed the sampler initialization and cleanup functions based on feedback.
- Modified all randomization tests to not use native sampling
- Removed native sampling related sections from docs
4 年前
Steven Borkman
3dd61215
Added constant transform randomizer
Randomizer is useful to reset a scene's gameobjects each frame
4 年前
Mohsen Kamalzadeh
6ff5e357
Update CHANGELOG.md
4 年前
Steven Borkman
50825a13
Cleaned up code with correctness tests
4 年前
Mohsen Kamalzadeh
a71f3498
bugfix
4 年前
Steven Borkman
fb578444
Updated documentation
4 年前
Mohsen Kamalzadeh
4717b7e9
added test and fixed a couple of bugs
4 年前
Steven Borkman
e23206e2
Commit of working keypoint labeler
4 年前
Mohsen Kamalzadeh
e1b52e4f
Merge branch 'master' into animation_curve_sampling
4 年前
GitHub
4f514ec9
Merge pull request #149 from Unity-Technologies/check-null-scenario-on-randomizer-tag
Decouple RandomizerTagManager from Scenarios
4 年前
GitHub
a4509db7
Merge pull request #148 from Unity-Technologies/on-create-randomizer-fix
On create randomizer fix
4 年前
Steven Leal
073c54a9
fixed compiler error
4 年前
Steven Leal
2ddd3531
Made test randomizer serializable to better reflect the test use case
4 年前
Steven Leal
0a838161
fixed compiler error
4 年前
Steven Leal
fd4d8342
updated changelog
4 年前
Steven Leal
d2fdb207
updated xml docs
4 年前
Steven Leal
65aabbc3
added code comments
4 年前
Steven Leal
cb11c3b8
separated the randomizer tag manager from the active scenario
4 年前
Steven Leal
ad891f00
added edit-mode test
4 年前
Steven Leal
f380b505
change active scenario on enable/disable
4 年前
Steven Leal
6b27f7e5
prevent OnCreate() function from activating in edit mode
4 年前
Steven Leal
964f0049
added null check for scenario before adding tag
4 年前
Mohsen Kamalzadeh
fb5da2c0
almost done now
4 年前
GitHub
b8ecfead
Fix for breaking change in capture refactor. ( #147 )
* fix for breaking change in capture refactor. FlipY is correct by default in preview.16 and later
* revert anyVisualizing change, this was a test and was not intended to be a part of this PR
4 年前
GitHub
79dc0fdc
Merge pull request #146 from Unity-Technologies/global-seed-doc-update
Added sampler seeding documentation
4 年前
GitHub
78b7510e
Update com.unity.perception/Documentation~/Randomization/Samplers.md
Co-authored-by: Mohsen K <mohsen.kamalzadeh@unity3d.com>
4 年前