GitHub Enterprise
73e10ceb
#42 : Updated Data Capture package dependency
3 年前
Aryan Mann
2f714c07
forgot to add to the CHANGELOG
3 年前
Aryan Mann
f05efb7d
updated data capture package and test projects
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
f2b625c8
#34 : Analytics v2 (Scenario Information)
3 年前
Aryan Mann
6ecab448
removed try/catch
3 年前
Aryan Mann
5e64cf08
address few (not all) PR comments
3 年前
GitHub Enterprise
43db91ba
Merge pull request #38 from unity/fix_multi_cam
Fix multi cam
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
3cdfac60
removed prefix from runtime analytics
3 年前
GitHub Enterprise
b02026ed
#33 : Update PR template
Update PR template to reflect new minimum supported Unity version
3 年前
GitHub Enterprise
ee130211
#27 : Parameterized tests to check RGB output
3 年前
GitHub Enterprise
7f24359c
Merge pull request #32 from unity/fix-standalone-first-extra-frame
standalone player scenario start rendering from frame 1
3 年前
RuiyuZ
79ab5613
update unit tests with new perception camera property captureFrameCount
3 年前
RuiyuZ
f30762ad
clean up
3 年前
RuiyuZ
22551a51
update test since in scenario camera no longer skip 1st frame
3 年前
GitHub Enterprise
dc0a8f78
Merge pull request #23 from unity/readme-add-known-issue
add known issue about python dependency compile errors in Linux
3 年前
GitHub Enterprise
251e5b99
Merge branch 'main' into readme-add-known-issue
3 年前
Mohsen Kamalzadeh
10443076
make randomizer state field optional for json config
3 年前
Mohsen Kamalzadeh
cd68c72d
test sample json update
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 年前
Jon Hogins
90aa2583
Removing python dependency from the manifes.json files.
3 年前
Mohsen Kamalzadeh
9c1d43ff
Update CHANGELOG.md
3 年前
Jon Hogins
10c7a6dd
Update PerceptionURP and fix multi-cam issues in URP
3 年前
Mohsen Kamalzadeh
cc6231da
testfix, state switchable by default
3 年前
Jon Hogins
a19dd979
Reverting SimpleScene and adding a new MultiCameraExample scene
3 年前
Mohsen Kamalzadeh
788a0831
changed schema for sampler and scalar valid ranges
3 年前
Jon Hogins
02d17768
Updating PR template
3 年前
Jon Hogins
9e5b0cc1
Update changelog
3 年前
Jon Hogins
305ec1f2
Adding tests for multi-camera segmentation
3 年前
Jon Hogins
a95d74b0
Fixing multi-cam issues
3 年前
Aryan Mann
8dc83a93
fixed stray dollar sign in string interpolation =(
3 年前
Aryan Mann
bfacc92d
leftover meta file
3 年前
Aryan Mann
9f3e917e
test json grabs the runtime platform dynamically so it doesnt fail outside osx
3 年前
Aryan Mann
2427951b
fixed missing reference for standalone players
3 年前
Aryan Mann
92ec0466
made the analytics test more robust
3 年前
RuiyuZ
a402ac7b
clean up
3 年前
Aryan Mann
6d2ca06a
merged both runtime and editor analytics into one file/implementation
3 年前
RuiyuZ
91761cef
editor start from frame 2
3 年前
Aryan Mann
ae336d26
refactored rgb output tests
3 年前
Aryan Mann
c612d8d1
finished engine analytics implementation v1
3 年前
RuiyuZ
79c997e2
standalone player start rendering from frame 1
3 年前
Aryan Mann
17894621
Added tests for RGB Output
3 年前
GitHub Enterprise
9925c23a
Update PR template to reflect new Unity version
3 年前
Aryan Mann
871ed22d
draft 1 of engine analytics
3 年前
GitHub Enterprise
712ff92f
#21 : Update both Test Projects to 2020.3.19f1
3 年前
Aryan Mann
d4b28cf7
removed baked lighting & synced the scenes between URP and HDRP so they are the same
3 年前
Aryan Mann
37aaa126
removed python from manifest
3 年前
Aryan Mann
85291af1
added 2021.1.23f1 as testing editor
3 年前
Aryan Mann
7594a925
updated tests to 2020.3.19f1
3 年前