Steven Leal
8b32ecd1
added sample randomizers
4 年前
Steven Leal
3454be33
added xml docs to sample randomizers
4 年前
Steven Leal
43f2de18
added xml docs to sample randomizers
4 年前
Steven Leal
7cd5e8d4
added hue randomizer
4 年前
Steven Leal
9c946320
added hue randomizer
4 年前
Steven Leal
e591cf42
improved AddRandomizer menu
4 年前
Steven Leal
0898d4e4
improved AddRandomizer menu
4 年前
Steven Leal
794ecb89
added generic seed generator apis to ScenarioBase
4 年前
Steven Leal
c79c4b10
added generic seed generator apis to ScenarioBase
4 年前
mohsen.k
2222c864
null check for m_SpawnedObjects
For some reason, m_SpawnedObjects is still null when the first iteration starts, even though it is initialized. This is only happening for one of us, but it is happening consistently. Adding this null-check is a necessary fail-safe for now.
4 年前
Steven Leal
4d5fc8e2
null check for m_SpawnedObjects
For some reason, m_SpawnedObjects is still null when the first iteration starts, even though it is initialized. This is only happening for one of us, but it is happening consistently. Adding this null-check is a necessary fail-safe for now.
4 年前
Steven Leal
9c22c6c8
added sun angle randomizer
4 年前
Steven Leal
dbf33623
updated xml docs
4 年前
Steven Leal
5b4fe31d
updates based on PR feedback
4 年前
Steven Leal
90ab26c7
reverted special null check syntax change
4 年前
Steven Leal
246d4c06
responded to second round of PR feedback
4 年前
mohsen.k
66bf5c06
Merge branch 'randomizers' into tutorial_sample_project
Get the latest from randomizers into tutorial branch.
4 年前
mohsen.k
f98eeb48
Merge branch 'randomizers' into tutorial_sample_project
4 年前
mohsen.k
15ff95fb
Merge branch 'randomizers' into tutorial_sample_project
4 年前
Mohsen Kamalzadeh
5efef524
Merge branch 'randomizers' into tutorial_sample_project
4 年前
Mohsen Kamalzadeh
f55ee988
Merge branch 'master' into tutorial_sample_project
4 年前
Steven Leal
f183da3f
fixed GenerateRandomSeedFromIndex method
4 年前
GitHub
97f5df3f
Merge pull request #117 from Unity-Technologies/fixed-random-seed-from-index
Fixed GenerateRandomSeedFromIndex method
4 年前
Jon Hogins
9ce49113
Merge branch 'master' into randomizer_tag_inheritence
4 年前
Steven Leal
78e49904
replaced individual sampler seeds with one global seed
4 年前
Steven Leal
8c18953c
addressed PR feedback
4 年前
GitHub
af13a3d8
Merge pull request #142 from Unity-Technologies/global-seed
Replaced individual sampler seeds with one global seed
4 年前
Steven Leal
a944e1e6
Fixing simulation stopping when editor is not focused. Fixing crashes and hangs on completing long simulations by adding object caching
4 年前
Steven Leal
85c67ea8
fixed ForgroundObjectPlacementRandomizer GameObject cache transform parent
4 年前
GitHub
9df6b1d7
Merge pull request #139 from Unity-Technologies/fix_leaks
Fixing crash and memory leak on long simulations
4 年前
Steven Leal
d2fdb207
updated xml docs
4 年前
GitHub
4f514ec9
Merge pull request #149 from Unity-Technologies/check-null-scenario-on-randomizer-tag
Decouple RandomizerTagManager from Scenarios
4 年前
Mohsen Kamalzadeh
e1b52e4f
Merge branch 'master' into animation_curve_sampling
4 年前
Steven Borkman
50825a13
Cleaned up code with correctness tests
4 年前
Steven Borkman
3dd61215
Added constant transform randomizer
Randomizer is useful to reset a scene's gameobjects each frame
4 年前
Steven Borkman
f452f55a
Recording pose for a random animation frame & performance improvements
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 年前
Steven Borkman
52b02f18
Reworked animation randomization to decouple it from labeler
4 年前
Steven Borkman
3a765b4f
Fix for timestamps
4 年前
Steven Borkman
dcac62db
Add a default animation to animation controller
4 年前
Steven Leal
dc9cb30c
updated variable naming
4 年前
Steven Leal
fbe25be8
isolated sampler state in its own static class
4 年前
Mohsen Kamalzadeh
84f27236
Merge branch 'isolate-sampler-random-state' into manual_capture
4 年前
GitHub
7ba383fe
Merge pull request #159 from Unity-Technologies/isolate-sampler-random-state
Isolate sampler random state from scenarios
4 年前
GitHub
fbc1af5f
RandomzierTagManager.Query<T>() now returns tags directly instead of GameObjects ( #166 )
* RandomzierTagManager.Query<T>() now returns tags instead of GameObjects
* updated docs
* fixed tag type acquisition bug
4 年前
Steven Leal
3615687e
fixed texture randomizer
4 年前
GitHub
a1e7c042
Merge pull request #172 from Unity-Technologies/texture-randomizer-hdrp-fix
Make TextureRandomizer compatible with HDRP
4 年前
Steven Borkman
dd6870b8
Merge branch 'master' into keypoints
4 年前
Steven Borkman
a289546b
updates to work with randomizer tags changes
4 年前
Steven Borkman
778df27c
Merge remote-tracking branch 'origin/keypoints' into keypoints
4 年前
GitHub
ce25a475
Merge pull request #158 from Unity-Technologies/keypoints
Keypoints (Human Pose Estimate)
4 年前
Steven Leal
58cb127e
Merge branch 'master' of github.com:Unity-Technologies/com.unity.perception
4 年前
Steven Leal
d68a833f
Merge branch 'master' into categorical-parameter-fixes
4 年前
GitHub
7cd80d5c
Removed randomization tooling from the experimental namespace ( #177 )
* removed randomization tooling from the experimental namespace
* removed experimental namespace from randomization docs
* removed vestigial precompiled references from asmdefs
* added note to parameters doc
* added helpful link inside parameters doc
* fixed script name
* added MovedFrom attribute to randomization APIs
4 年前
Steven Leal
3161bbb4
removed MovedFrom attribute
4 年前
GitHub
43f894fd
Merge pull request #183 from Unity-Technologies/undo-moved-from
Remove MovedFrom attribute for the Experimental namespace
4 年前
Steven Leal
71bcc834
fixed determinism issues affecting USim runs
4 年前
Steven Leal
d649d3e6
addressed PR feedback
4 年前
GitHub
1aa47792
Merge pull request #195 from Unity-Technologies/ordered-tag-queries
Fixed issues with determinism in Unity Simulation
4 年前
Wesley Mareovich Smith
0ae9e239
current code on label bug
4 年前
sleal-unity
3bae569a
updated scenario lifecycle hooks
4 年前
GitHub
31093061
Merge pull request #218 from Unity-Technologies/scenario-lifecycle-hooks-refactor
Scenario lifecycle hooks refactor
4 年前
Steven Borkman
b45e3ea8
Merge branch 'master' into fod_generator_randomization_changes
4 年前
sleal-unity
fec66d94
removed entities dependency
4 年前
GitHub
304f106b
Merge pull request #240 from Unity-Technologies/remove-entities-dependency
Remove entities dependency
4 年前
sleal-unity
c27393c5
TextureRandomizer now works for tutorial's HueShift shader in HDRP
4 年前
Mohsen Kamalzadeh
76cd657c
Merge branch '0.8.0-preview.1_staging' into ability_to_disable_labeling
4 年前
GitHub
e99019da
Merge pull request #254 from Unity-Technologies/0.8.0-preview.1_staging
Merging 0.8.0 preview.1 staging into Master
4 年前
Mohsen Kamalzadeh
b4f93c56
Added tooltips to sample randomizers
4 年前
GitHub
e5e04a10
Fix warnings caused by animation randomizer running on disabled GameObjects ( #268 )
4 年前
GitHub
30e1eab1
Merge pull request #269 from Unity-Technologies/tooltips_for_randomizers
Added tooltips to sample randomizers
4 年前
GitHub
012066c7
0.8.0 changes -> master ( #273 )
* Fix HDRP warnings on 2020.X (#260 )
* Fix HDRP warnings on 2020.2
* Updating changelog
* Fixing HDRP version expression on 2019.4
* Fix keypoint issues (#259 )
* Fixing two bugs in KeypointLabeler:
AISV-1254 - Some keypoints fall outside of the image bounds
AISV-1257 - Partially visible characters with no visible keypoints are not reported
* Adding JointLabelEditor with message about Labeling requirement
* Reorganizing keypoint docs and elaborating on setup requirements.
* Updating PerceptionCamera.md
* Fixing issues on 2020.2 and failing test
* Add object filtering modes to keypoint labeler
* Updating docs for object filtering
* Adding link to tutorial
* Moving KeypointLabeler.md to proper directory
* Update TUTORIAL.md
* Updating capitalization
Co-authored-by: Mohsen K <mohsen.kamalzadeh@unity3d.com>
* Apply doc suggestions
Co-authored-by: Mohsen K <mohsen.kamalzadeh@unity3d.com>
* Update P...
4 年前
sleal-unity
38402b33
super sampled poisson points to prevent edge case bias
4 年前
sleal-unity
f5f55a32
fixed poisson disk inital point seeding
4 年前
sleal-unity
b85fc9eb
added vectorization notes
4 年前
sleal-unity
8881d893
vectorized offset loop
4 年前
sleal-unity
c3b73229
moved constant offset outside of loop
4 年前
GitHub
febd8c7c
Update com.unity.perception/Runtime/Randomization/Randomizers/RandomizerExamples/Utilities/PoissonDiskSampling.cs
Co-authored-by: Mohsen K <mohsen.kamalzadeh@unity3d.com>
4 年前
sleal-unity
1714be12
Merge branch 'poisson-disk-super-sampling' of github.com:Unity-Technologies/com.unity.perception into poisson-disk-super-sampling
4 年前
GitHub
e15c2fff
Merge pull request #285 from Unity-Technologies/poisson-disk-super-sampling
Poisson disk super sampling
4 年前
Wesley Mareovich Smith
aa96fb53
commit
4 年前
Mohsen Kamalzadeh
799c8e10
added object bounds normalization option to sample foreground object placement randomizer
4 年前
sleal-unity
6b8aa759
updated GameObjectCache with random prefab selection api
4 年前
sleal-unity
358a8865
added empty array check to GameObject cache
3 年前
sleal-unity
3f7f00d0
renamed random sample method in GameObjectCache
3 年前
Jon Hogins
d2457a59
Add ResetObject to GameObjectOneWayCache
3 年前
sleal-unity
2dfadc6a
Merge branch 'h-i' into generic-asset-sources
3 年前
Mohsen Kamalzadeh
48ac49e7
fixed object cache reset object function
3 年前
Aryan Mann
ba22ebda
added randomizer for lights (only intensities)
3 年前
You-Cyuan Jhang
cc74be4c
Merge from master
3 年前
Aryan Mann
38657ba3
Merge pull request #285 from Unity-Technologies/poisson-disk-super-sampling
Poisson disk super sampling
3 年前
Mohsen Kamalzadeh
e64916d9
Merge branch 'generic-asset-sources' into h-i
3 年前
Mohsen Kamalzadeh
b84fe0cf
Update GameObjectOneWayCache.cs
Modified the gameobject cache to allow dynamic injection of new prefabs into the list of cached prefabs
3 年前
GitHub
13eeb0a2
Merge pull request #308 from Unity-Technologies/generic-asset-sources
Generic Asset Sources
3 年前
Mohsen Kamalzadeh
e9ac2316
Merge branch 'master' into add_imageLink_field
3 年前
Steve Borkman
d06dca0c
Merge branch 'master' into coco_export
3 年前
Steve Borkman
4b9b77ee
Merge branch 'coco_export' into coco_perception_output_hybrid
3 年前
leopoldo-zugasti
d017dd97
Merge branch 'master' into pyrception-integration
3 年前
Mohsen Kamalzadeh
7dddeacb
Merge branch 'h-i' into for_vulkan_mem_test
3 年前
Jon Hogins
0ec551af
Merge remote-tracking branch 'origin/master' into keypoint_self_occlusion
3 年前
Steve Borkman
0fce16c7
I think I have the timings working now
3 年前