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 年前
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 年前
sleal-unity
ec307e93
addressables updates
4 年前
sleal-unity
7db21627
added new line
4 年前
sleal-unity
e620ab8e
added conditional hash serialization
4 年前
sleal-unity
2cd5eebf
removed hash deserialization
4 年前
sleal-unity
095aebb1
added AssetSource class
4 年前
Mohsen Kamalzadeh
f57c92ef
changed normal sampler standard deviation json key to "stddev"
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
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 年前
Mohsen Kamalzadeh
8216c2ca
Merge branch 'change_to_stddev' into generic-asset-sources
4 年前
Aryan Mann
aa2dc833
changed normal sampler standard deviation json key to "stddev"
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 年前
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
7598ce57
Merge branch 'master' into h-i
3 年前
Aryan Mann
3753ea3b
updated serialization of randomizers to array instead of object
3 年前
Jon Hogins
0ec551af
Merge remote-tracking branch 'origin/master' into keypoint_self_occlusion
3 年前
Mohsen Kamalzadeh
b1b39d5b
first commit, tests to be added
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 年前
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
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 年前