Steven Leal
5e143e2b
randomization interface update
4 年前
Steven Leal
56db83ee
reseting data capture sequence for every scenario iteration
4 年前
Steven Leal
444d404c
fixed wrong pending capture being chosen for an async annotation after starting a new data capture sequence
4 年前
Steven Leal
687816c5
responding to PR feedback
4 年前
Steven Leal
23943522
Parameters are no longer MonoBehaviours
4 年前
Steven Leal
a72ab433
Parameters are now stateful when sampling values
4 年前
Steven Leal
410cab0f
improved parameter doc
4 年前
Steven Leal
b985b1a6
added GameObject categorical parameter
4 年前
Steven Leal
8a38275d
Sync stateful sampler reset with categorical parameters
4 年前
Steven Leal
816a04b6
added categorical parameter documentation
4 年前
Steven Leal
6b041d51
Add folder option added to categorical parameter UI
4 年前
Steven Leal
aac3570e
added more parameter docs
4 年前
Steven Leal
ce61e59b
more api documentation
4 年前
Steven Leal
71c792b9
fixed exception that occurs when a user exits folder selection without selecting a folder
4 年前
Steven Leal
6fc1e7cb
updated sampler api doc strings
4 年前
Steven Leal
52558327
fixed float range tests
4 年前
Steven Leal
63c98aa9
removed parameter and sampler display name attributes
4 年前
Steven Leal
fd4ab9ac
documented display name methods
4 年前
Steven Leal
b7446c59
DatasetCapture resets simulation on scenario termination
4 年前
Steven Leal
b35616bf
converted scenario update coroutine to regular update method
4 年前
Steven Leal
c7ddc095
tested to check if parameter targets are applied correctly
4 年前
Steven Leal
18b18134
added todo notes for perception camera first frame bug
4 年前
Steven Leal
2124e3f5
simplified coroutine manipulation in scenario tests
4 年前
Steven Leal
e478b860
removed unnecessary directive
4 年前
Steven Leal
8b8fbba0
added ParameterApplicationFrequency xmldoc
4 年前
Steven Leal
62e505d4
added run in USim window
4 年前
Steven Leal
baff24ea
merged sampler interfaces
4 年前
Steven Leal
e7cf2a16
added usim status fields
4 年前
Steven Leal
4cf0fb7e
added xmldocs to ConstantSampler
4 年前
GitHub
a68c66c4
Merge pull request #57 from Unity-Technologies/randomization-housekeeping
Randomization housekeeping
4 年前
Steven Leal
825c6c75
using hash function to properly offset random seeds
4 年前
Steven Leal
7e84dd5e
inlined iterateSeed code
4 年前
Steven Leal
f572b044
Disable target property when no compatible properties and set default target enums
4 年前
Steven Leal
328dfb24
added missing parenthesis to iterateSeed method
4 年前
Steven Leal
1f94eb56
Now property initializing enum field with default value
4 年前
Steven Leal
5773cd47
removed unnecessary bit shift
4 年前
Steven Leal
52f51eec
added explicit check for zero valued random state
4 年前
GitHub
d6d48f68
Merge pull request #61 from Unity-Technologies/sampler-zeroing-out-fix
Better hashing used for iterating random sampler states
4 年前
GitHub
4d2ec14e
Merge pull request #59 from Unity-Technologies/categorical-parameter-fixes
Categorical parameter fixes
4 年前
Steven Leal
9baa72fc
changed samplers property from array to IEnumerable
4 年前
Steven Leal
0c713aff
implemented parameter behaviours
4 年前
Steven Leal
b9a6af2c
ParameterConfigurations now derive from ParameterBehaviour
4 年前
Steven Leal
228032f4
renamed ParameterConfiguration to ParameterList
4 年前
Steven Leal
f1666ab3
Added xml documentation
4 年前
Steven Leal
f8b317a9
added random parameters scriptable object
4 年前
Steven Leal
7161dc3e
properly shutdown manager instance
4 年前
Steven Leal
d6860f5a
moved reset
4 年前
Steven Leal
7d0ec48a
working on new workflow
4 年前
Steven Leal
b7091e4e
experimenting with ECS workflow
4 年前
GitHub
d290dab1
Changed the namespace of randomization tools to UnityEngine.Experimental ( #74 )
* changed the namespace of randomization tools to experimental
* moved randomization UI code to experimental namespace
* updated docs to emphasize that the randomization tools are experimental
* updated changelog
4 年前
Steven Leal
58799d44
Added Randomizers and RandomizerTags
4 年前
Steven Leal
b3ce9635
Added Randomizers and RandomizerTags
4 年前
Steven Leal
70103f43
removed some commented code from the parameter class
4 年前
Steven Leal
3deb048f
removed some commented code from the parameter class
4 年前
Steven Leal
8b32ecd1
added sample randomizers
4 年前
Steven Leal
6b0b4081
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 年前
Steven Leal
c80e1d42
added run in usim window
4 年前
Steven Leal
3e0d6c6e
added run in usim window
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
41e82b5f
refactored randomization uss
4 年前
Steven Leal
279a393a
refactored randomization uss
4 年前
Steven Leal
9c22c6c8
added sun angle randomizer
4 年前
Steven Leal
dbf33623
updated xml docs
4 年前
Steven Leal
eba80c98
Simulation shutdown is no longer called when quitOnComplete is false
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 年前
Steven Leal
cf3aaa31
marked samplers parameter property as internal
4 年前
Steven Leal
0b8c42ba
responding to more PR feedback
4 年前
GitHub
f4522d55
Merge pull request #79 from Unity-Technologies/randomizers
Added Randomizers and RandomizerTags
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 Borkman
11936607
Support for randomizer tag inheritance
4 年前
Steven Leal
3867cf3f
USim scenario now offsets the current scenario iteration directly after app-param deserialization
4 年前
GitHub
b9010f34
Merge pull request #104 from Unity-Technologies/usim-iteration-offset-fix
USim scenario iteration offset fix
4 年前
Steven Leal
ad75fa43
fixed usim nodes generating an empty first image
4 年前
GitHub
092c0197
Merge pull request #106 from Unity-Technologies/empty-first-frame-on-usim-fix
Fixed Unity Simulation nodes generating an empty first image
4 年前
Steven Leal
d4adef85
Fixed categorical parameter options enumeration
4 年前
GitHub
b4c91f0b
Merge pull request #105 from Unity-Technologies/categorical-parameter-enumeration-fix
Categorical parameter enumeration fix
4 年前
Mohsen Kamalzadeh
311a0734
Merge branch 'master' into labeling-improvements
4 年前
Steven Leal
159fd9dc
fixed usim references
4 年前
GitHub
94a43aad
Merge pull request #111 from Unity-Technologies/usim-naming-refactor
Expanded USim to Unity Simulation
4 年前
Mohsen Kamalzadeh
b694fb11
Merge branch 'master' into fix-notebook-tutorial
4 年前
Steven Leal
f183da3f
fixed GenerateRandomSeedFromIndex method
4 年前
Steven Leal
45a47a72
uniform and normal samplers now serialize their random seeds
4 年前
GitHub
ffed87ad
Merge pull request #116 from Unity-Technologies/serialize-sampler-seed
Uniform and normal samplers now serialize their random seeds
4 年前
Steven Leal
795430d8
Merge branch 'master' of github.com:Unity-Technologies/com.unity.perception
4 年前
GitHub
97f5df3f
Merge pull request #117 from Unity-Technologies/fixed-random-seed-from-index
Fixed GenerateRandomSeedFromIndex method
4 年前
Steven Leal
34ca1581
fixed other merge conflict meta files
4 年前
GitHub
9ecebfe1
Merge pull request #119 from Unity-Technologies/removed-corrupted-meta-file
Removed corrupted meta files
4 年前
Mohsen Kamalzadeh
fb78a8e4
Merge branch 'removed-corrupted-meta-file' into pre_release_tests_nov2020
4 年前
GitHub
12e2f513
Merge branch 'master' into tutorial_updates_nov2020rel
4 年前
Jon Hogins
9ce49113
Merge branch 'master' into randomizer_tag_inheritence
4 年前
Steven Leal
9ec4a981
randomizers now reference the current scenario through the static activeScenario property
4 年前
Jon Hogins
dfb4403f
Adding metric on iteration start for enabling reproducibility in editor from USim iterations
4 年前
GitHub
c78b8372
Merge pull request #143 from Unity-Technologies/randomizers-reference-active-scenario
Refactored Randomizers to use static activeScenario property
4 年前
Steven Leal
78e49904
replaced individual sampler seeds with one global seed
4 年前
Steven Leal
6555ddb7
updated api xmldocs
4 年前
Steven Leal
8c18953c
addressed PR feedback
4 年前
Steven Leal
d9776715
scenario's random seed is now reported as a metric automatically
4 年前
Steven Leal
e6518132
fixed invalid guid
4 年前
GitHub
af13a3d8
Merge pull request #142 from Unity-Technologies/global-seed
Replaced individual sampler seeds with one global seed
4 年前
Steven Leal
30a4111d
added sampler serialization
4 年前
Steven Leal
94c62e16
Added randomization deserialization
4 年前
Steven Leal
b35bc31e
refactored serialization code
4 年前
Steven Leal
4ce3c145
Updated RunInUnitySimulationWindow for new serialization format
4 年前
Steven Leal
594c8bcb
updated xmldocs
4 年前
Steven Leal
44102c51
Added scenario serialization tests
4 年前
Steven Leal
ba332ad8
updated tooltips for scenario serialization buttons
4 年前
Steven Leal
6ab9f24e
removed extra whitespace
4 年前
GitHub
fd3ebeae
Merge pull request #145 from Unity-Technologies/parameter-config
Serializing samplers with scenario constants configuration
4 年前
Steven Leal
1ccac57a
Support for randomizer tag inheritance
4 年前
Steven Leal
dfe07eae
adding parameter-less constructors to samplers
4 年前
Steven Leal
fe9ea33f
Added editor compiler define to enable sampling in edit mode
4 年前
Steven Leal
a2571f97
Added SamplerUtility.Hash32NonZero() API
4 年前
Steven Leal
7c14f6cc
inlined random class construction
4 年前
Steven Leal
619701a5
simplifed tag inheritance
4 年前
Steven Leal
78baae7f
fixed tag inheritance traversal
4 年前
GitHub
93b7abef
Merge pull request #137 from Unity-Technologies/randomizer_tag_inheritence
Randomizer tag inheritence
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 年前
Mohsen Kamalzadeh
fb5da2c0
almost done now
4 年前
Steven Leal
964f0049
added null check for scenario before adding tag
4 年前
Steven Leal
6b27f7e5
prevent OnCreate() function from activating in edit mode
4 年前
Steven Leal
f380b505
change active scenario on enable/disable
4 年前
Steven Leal
cb11c3b8
separated the randomizer tag manager from the active scenario
4 年前
Steven Leal
d2fdb207
updated xml docs
4 年前
GitHub
a4509db7
Merge pull request #148 from Unity-Technologies/on-create-randomizer-fix
On create randomizer fix
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 年前
Mohsen Kamalzadeh
4717b7e9
added test and fixed a couple of bugs
4 年前
Mohsen Kamalzadeh
a71f3498
bugfix
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 年前
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 年前
Mohsen Kamalzadeh
3ee0dd99
made integration samples public
4 年前
Steven Leal
e168b600
removed range as required ISampler interface property
4 年前
Steven Leal
84bc7e8e
added AnimationCurveSampler constructors
4 年前
Steven Leal
a66dd5e7
added missing xml docs
4 年前
Steven Borkman
f452f55a
Recording pose for a random animation frame & performance improvements
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
ca800ae6
Merge branch 'master' into manual_capture
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 Leal
3ce6de39
fixed randomizer container UI bug
4 年前
GitHub
a851f43c
Merge pull request #153 from Unity-Technologies/remove-all-randomizers-bug
Remove all randomizers bug
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 年前
Mohsen Kamalzadeh
282b914e
Merge branch 'master' into manual_capture
4 年前
Steven Borkman
52b02f18
Reworked animation randomization to decouple it from labeler
4 年前
GitHub
ae42bbb4
Merge pull request #154 from Unity-Technologies/scenario_UI_tooltips_and_info
UI improvements for scenario inspector
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 年前
Steven Leal
250df003
updated xml docs
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
a7c70bc7
Fix Semantic Segmentation in USim ( #163 )
* Updating capture package dependency to support cloud rendering
* Adding metric on iteration start for enabling reproducibility in editor from USim iterations
* Supporting semantic segmentation in unity simulation.
* Fixing tests and updating dependencies
* Updating PerceptionHDRP and regenerating package data
* Updating changelog
Co-authored-by: sleal-unity <53197518+sleal-unity@users.noreply.github.com>
4 年前
GitHub
89b0bc75
Merge branch 'master' into manual_capture_2
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 Leal
2b29bed1
updated and fixed the categorical parameter UI
4 年前
Steven Leal
fa7892b4
refactored PropertyField creation and editor namespaces
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
7b0d663a
Merge pull request #173 from Unity-Technologies/categorical-parameter-fixes
Fixed and polished a few Randomization UI elements
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 Borkman
6df53059
Added randomization states
4 年前
Steven Leal
3161bbb4
removed MovedFrom attribute
4 年前
Steven Borkman
51e0a9ac
Randomization updates
4 年前
Steven Leal
6fb3387a
missed one
4 年前
Steven Leal
159bb176
fixed add component menu paths
4 年前
Steven Borkman
2097428d
Some tag manager updates
4 年前
GitHub
92754d50
Merge pull request #182 from Unity-Technologies/perception-add-component-menu
Perception add component menu update
4 年前
Steven Borkman
6f2d79a2
A couple of changes to scenario
4 年前
GitHub
6bfd0e2b
Merge branch 'master' into undo-moved-from
4 年前
GitHub
43f894fd
Merge pull request #183 from Unity-Technologies/undo-moved-from
Remove MovedFrom attribute for the Experimental namespace
4 年前
Steven Leal
a44b733e
app-params now deserialize from the correct location in usim
4 年前
GitHub
0f9d783e
Merge pull request #189 from Unity-Technologies/usim-app-param-fix
App-params now deserialize from the correct location in USim
4 年前
Steven Leal
75db979b
fixed usim iteration offset
4 年前
GitHub
38e1694a
Merge pull request #194 from Unity-Technologies/fix-usim-iteration-offset
Fixed Unity Simulation per instance iteration offset
4 年前
Steven Leal
71bcc834
fixed determinism issues affecting USim runs
4 年前
Steven Leal
a02228f0
reworded orderedset summary
4 年前
Steven Leal
6c54f771
removed using declaration
4 年前
Steven Leal
65da53ff
made RandomizerTag methods protected and virtual
4 年前
Steven Leal
d649d3e6
addressed PR feedback
4 年前
Steven Leal
2f722cc5
renamed OrderedSet to LinkedHashSet
4 年前
GitHub
1aa47792
Merge pull request #195 from Unity-Technologies/ordered-tag-queries
Fixed issues with determinism in Unity Simulation
4 年前
Steven Leal
ea746e90
init commit
4 年前
Steven Leal
f13b8158
fixed up converters
4 年前
Steven Leal
37eea993
added scenario serialization
4 年前
Steven Leal
59045e24
updated serialization
4 年前
Steven Leal
ae6b6677
added template deserialization
4 年前
Steven Leal
8d9db7e8
connected serializer to scenario api
4 年前
Steven Leal
6bb3dff1
removed serialization elements from the public api
4 年前
Steven Leal
9c47d0a8
removed c# 8 code
4 年前
Steven Leal
0104a889
refactored scenario lifecycle hooks
4 年前
Wesley Mareovich Smith
0ae9e239
current code on label bug
4 年前
Steven Leal
a7f16c04
refactored arg parsing
4 年前
Steven Leal
96dbd906
added missing xml doc
4 年前
Steven Leal
c6518f0b
fixed xml doc
4 年前
Steven Leal
4e92caff
only upload one app param now by detecting instance id
4 年前
GitHub
09540832
Merge pull request #202 from Unity-Technologies/json-config-update
Json config update
4 年前
GitHub
0fb6043d
Merge branch 'master' into rename_KeyPoint_to_Keypoint
4 年前
GitHub
f8649206
Randomizer tags can be enabled via editor ( #214 )
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 年前
Steven Borkman
a0db5c1b
Some small fixes post merge
4 年前
Steven Borkman
3519b058
Fix problem with normal sampler
4 年前
sleal-unity
fec66d94
removed entities dependency
4 年前
sleal-unity
515a1a83
moved custom passes and cleaned up code
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 年前
GitHub
cabe7c5a
Merge master to 0.8.0 ( #265 )
* addressed feedback
- new test for keypoint labeler
- added ClearMaterialProperties method to IGroundTruthGenerator
- Other fixes
* docs clarification
* Update CHANGELOG.md
* added missing interface method implementation for HDRP
* Amending dataset schema to describe correct coordinate system (#255 )
The summary for the 3d bounding box states the coordinates are from the sensor's reference frame, but the string for the translational component says it's global. I *think* this is just a typo in the doc, so correcting the description to match the summary for this type of entry.
* Adding supported version badges (#256 )
* Cloud rendering support (#227 )
* Adding support for cloud rendering in the run simulation window
* minor fixes
* minor update
* Update BoundingBox3DLabeler.cs
* Update BoundingBox3DLabeler.cs
* inner mesh scaling and disabled renderes
* A fix that prevents normal sampler returning values outsi...
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
f62a40ad
A fix that prevents normal sampler returning values outside of min max ( #258 )
4 年前
GitHub
30e1eab1
Merge pull request #269 from Unity-Technologies/tooltips_for_randomizers
Added tooltips to sample randomizers
4 年前
sleal-unity
4024dc20
RandomizerTag.OnEnable is now virtual
4 年前
GitHub
266e44d1
Merge pull request #266 from Unity-Technologies/randomizer-tag-on-enable-virtual
RandomizerTag.OnEnable is now virtual
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
4df00501
refactored scenario end frame behavior
4 年前
sleal-unity
ec307e93
addressables updates
4 年前
sleal-unity
38402b33
super sampled poisson points to prevent edge case bias
4 年前
sleal-unity
4beed641
added xml doc strings
4 年前
sleal-unity
7db21627
added new line
4 年前
sleal-unity
f5f55a32
fixed poisson disk inital point seeding
4 年前
sleal-unity
b85fc9eb
added vectorization notes
4 年前
Mohsen Kamalzadeh
5aaf5f94
some changes to make runtime labeling and label config work
4 年前
sleal-unity
8881d893
vectorized offset loop
4 年前
Mohsen Kamalzadeh
7600c8fe
removed label config setup logic from fixed length scenario
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 年前
Mohsen Kamalzadeh
85f07b97
moved synthdet specidic label config and labeling logic out of this repo
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
b5eb4b82
Merge pull request #277 from Unity-Technologies/addressables-test-labeling
some changes to make runtime labeling and label config creation work
4 年前
GitHub
e15c2fff
Merge pull request #285 from Unity-Technologies/poisson-disk-super-sampling
Poisson disk super sampling
4 年前
Mohsen Kamalzadeh
15d578d5
switched to scheduled capture
4 年前
sleal-unity
130258c0
stapled scenario back together
4 年前
GitHub
e9638616
Merge pull request #279 from Unity-Technologies/addressables-test-scenario-fix
stapled scenario back together
4 年前
sleal-unity
e620ab8e
added conditional hash serialization
4 年前
sleal-unity
2cd5eebf
removed hash deserialization
4 年前
Mohsen Kamalzadeh
dd054f13
Fixed categorical parameter random value rounding issue
4 年前
Wesley Mareovich Smith
aa96fb53
commit
4 年前
Mohsen Kamalzadeh
799c8e10
added object bounds normalization option to sample foreground object placement randomizer
4 年前
sleal-unity
095aebb1
added AssetSource class
4 年前
sleal-unity
39d2594b
added xml docs to new classes
4 年前
sleal-unity
6b8aa759
updated GameObjectCache with random prefab selection api
4 年前
sleal-unity
10fc7559
added tooltips and notes to asset sources
4 年前
sleal-unity
5862e553
updated display name
4 年前
sleal-unity
f59f16e7
removed preprocessing from asset api
4 年前
sleal-unity
9a593a3f
added configuration text asset field to scenario
4 年前
Jon Hogins
6213ae21
Adding null checks to AssetSource.cs
4 年前
sleal-unity
4c50a0a5
Merge branch 'configuration-text-asset' into generic-asset-sources
4 年前
Mohsen Kamalzadeh
f57c92ef
changed normal sampler standard deviation json key to "stddev"
4 年前
sleal-unity
bab36e16
fixed scenario UI for configuration asset
4 年前
sleal-unity
b61e315b
Count is now lowercase on AssetSources
4 年前
GitHub
79f26faf
Merge pull request #317 from Unity-Technologies/change_to_stddev
changed normal sampler standard deviation json key to "stddev"
4 年前
sleal-unity
73dc4995
added xml docs
4 年前
Mohsen Kamalzadeh
7920763e
Update CategoricalParameter.cs
4 年前
sleal-unity
afb1a5f9
renamed Archetype to AssetRole
4 年前
Jon Hogins
d6bc212c
Merge branch 'generic-asset-sources' of https://github.com/Unity-Technologies/com.unity.perception into generic-asset-sources
4 年前
Jon Hogins
f19a8e51
Fixing issue with AssetSources not being initialized when only `count` is called
4 年前
Mohsen Kamalzadeh
8216c2ca
Merge branch 'change_to_stddev' into generic-asset-sources
4 年前
sleal-unity
f7eac831
added tests
4 年前
sleal-unity
a8985300
Load configuration on awake instead of on start
4 年前
sleal-unity
358a8865
added empty array check to GameObject cache
3 年前
sleal-unity
57cda61f
awake and start only active randomizers
3 年前
sleal-unity
3f7f00d0
renamed random sample method in GameObjectCache
3 年前
Mohsen Kamalzadeh
a58963fb
made if inline
3 年前
sleal-unity
38f6b930
renamed asset source editor description attribute
3 年前
Jon Hogins
d2457a59
Add ResetObject to GameObjectOneWayCache
3 年前
Jon Hogins
76b99bf2
Adding "RestartIteration()" to ScenarioBase
3 年前
GitHub
7a164013
Merge pull request #321 from Unity-Technologies/fix_sampler_rounding_issue
Categorical parameter fix
3 年前
sleal-unity
4da33e39
Merge branch 'master' into generic-asset-sources
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 年前
Steve Borkman
7910da17
Updates to COCO export to support running on USim
3 年前
Jon Hogins
05d56445
Adding iteration delay to address issue with capturing in frames when scenes are still loading.
3 年前
Aryan Mann
aa2dc833
changed normal sampler standard deviation json key to "stddev"
3 年前
Aryan Mann
31aded78
Merge pull request #321 from Unity-Technologies/fix_sampler_rounding_issue
Categorical parameter fix
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
f0e63527
added asset role description field
3 年前
Mohsen Kamalzadeh
f3e5b443
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 年前
Mohsen Kamalzadeh
edfea412
Added imageLink field
Added a new imageLink field to the scenario serialization function which will accompany all elements of the randomizer config.
3 年前
sleal-unity
883033e7
converted AssetSourceBase to an internal interface
3 年前
sleal-unity
4c7f4e1d
DeserializeConfiguration() is now protected
3 年前
Mohsen Kamalzadeh
1366c2e8
fix compile error
3 年前
GitHub
b9babd68
Merge branch 'master' into 0.8.0.preview.4_staging
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 年前
Mohsen Kamalzadeh
7598ce57
Merge branch 'master' into h-i
3 年前
Mohsen Kamalzadeh
123d60c1
Merge branch 'coco_perception_output_hybrid' into h-i
3 年前
Aryan Mann
3753ea3b
updated serialization of randomizers to array instead of object
3 年前
Steve Borkman
e2998b0b
A lot of changes, now we can partially support old perception and new
3 年前
Aryan Mann
55e6068e
Added ability to delay the current iteration
3 年前
GitHub
68fd419c
Feature: Delay Iteration (Merge PR #366 from scene-randomizer-support)
Ported over the ability to delay the current iteration
3 年前
Steve Borkman
6b409406
Annotations now work through rebuilt simulation state
3 年前
Jon Hogins
0ec551af
Merge remote-tracking branch 'origin/master' into keypoint_self_occlusion
3 年前
Mohsen Kamalzadeh
4872a778
fixes for crash and local json workflow
- Fixed an exception that happened when semantic or instance segmentation labelers where active in the scene, causing coco export to crash
- Made it possible to test the outputFormat scenario constant locally with a json config
3 年前
Mohsen Kamalzadeh
78613087
Merge branch 'coco_perception_output_hybrid' into h-i
3 年前
Steve Borkman
5da96a7a
Restructuring of files
3 年前
Mohsen Kamalzadeh
b6f3e784
fix iteration restart
Call OnIterationEnd for randomizers that have already started when we restart the Iteration
3 年前
Aryan Mann
65d2c69b
draft 1 of engine analytics
3 年前
Steve Borkman
0fce16c7
I think I have the timings working now
3 年前
RuiyuZ
0d0e71b7
fix perception binaries capture one extra frame before the scenario starts
3 年前
Jon Hogins
899b4cca
Hacking in support for editor scene generation
3 年前
Steve Borkman
27ec65b0
Old perception format now being produced
3 年前
Steve Borkman
4cea1504
Old perception format working, and all tests passing
3 年前
Mohsen Kamalzadeh
b1b39d5b
first commit, tests to be added
3 年前
Mohsen Kamalzadeh
bec6fb68
field name change
3 年前
Mohsen Kamalzadeh
206b987b
changed how randomizer state is serialized based on feedback
3 年前
Mohsen Kamalzadeh
788a0831
changed schema for sampler and scalar valid ranges
3 年前
Mohsen Kamalzadeh
cc6231da
testfix, state switchable by default
3 年前
Mohsen Kamalzadeh
dadcd7d8
incorporated PR feedback
- shouldCheckValidRange field excluded from JSON serialization. If the limits block is provided, it means range should be checked.
- added some checking and error messages for the cases where the user tries to provide or change the valid range for a scalar from the json config. this is not supported.
3 年前
Mohsen Kamalzadeh
10443076
make randomizer state field optional for json config
3 年前
Mohsen Kamalzadeh
3ecc1fae
removed unused import
3 年前
Aryan Mann
871ed22d
draft 1 of engine analytics
3 年前
RuiyuZ
79c997e2
standalone player start rendering from frame 1
3 年前
Mohsen Kamalzadeh
e6942802
hide canBeSwitchedByUser flag when not using the power user define
3 年前
RuiyuZ
91761cef
editor start from frame 2
3 年前
Aryan Mann
6d2ca06a
merged both runtime and editor analytics into one file/implementation
3 年前
RuiyuZ
a402ac7b
clean up
3 年前
RuiyuZ
79ab5613
update unit tests with new perception camera property captureFrameCount
3 年前
GitHub Enterprise
7f24359c
Merge pull request #32 from unity/fix-standalone-first-extra-frame
standalone player scenario start rendering from frame 1
3 年前
Jon Hogins
47f2ffe4
Merge branch 'main' of https://github.cds.internal.unity3d.com/unity/com.unity.perception into fix_multi_cam
3 年前
Aryan Mann
5e64cf08
address few (not all) PR comments
3 年前
GitHub Enterprise
f2b625c8
#34 : Analytics v2 (Scenario Information)
3 年前
GitHub Enterprise
d0a2d55c
Merge pull request #31 from unity/additonal_scenario_configs
Additional scenario configs:
- Ability to add valid ranges for all samplers (except for animation curve sampler)
- Ability to add valid range to non sampler numeric scalars through the [Range] attribute
- A new compile definition symbol for exposing the valid ranges of samplers in the scenario UI
- Ability to enable or disable a randomizer through the app-param (for this to work, the already existing enabled property is serialized and deserialized. Code was added to treat properties the same as fields during (de)serialization to achieve this)
- New flag in randomizers to denote whether their enabled state can be switched by the user on datamaker. This is purely used on datamaker.
3 年前
GitHub Enterprise
3944e6de
Merge pull request #43 from unity/additonal_scenario_configs
Make randomizer state field optional for json config
3 年前
Aryan Mann
c06d625b
make randomizer state field optional for json config
3 年前
Aryan Mann
3ab26cde
removed unused import
3 年前
Aryan Mann
83b360dd
hide canBeSwitchedByUser flag when not using the power user define
3 年前
Aryan Mann
cfc8715e
Update ScenarioSerializer.cs
3 年前
Aryan Mann
a7b4cce8
merge serialization array change
3 年前
Aryan Mann
35c23b63
Update ScenarioSerializer.cs
3 年前
Aryan Mann
17ed55d4
Update ScenarioSerializer.cs
3 年前