Jon Hogins
3ccc7e7b
Initial commit
5 年前
Jon Hogins
fd1ec4af
Renaming test asmdefs.
5 年前
GitHub
1a9c12d8
Merge pull request #1 from Unity-Technologies/fix-test-names
Renaming test asmdefs.
5 年前
Jon Hogins
2b4910d3
Fixing and adding test for PerceptionCamera OnDisable exception and exceptions on entering playmode.
5 年前
Jon Hogins
f7061d01
Fixing test on HDRP. Also updating project to latest HDRP.
5 年前
Jon Hogins
96bde331
Reverting unnecessary debug logs. Adding comment to test.
5 年前
GitHub
0ffef165
Merge pull request #3 from Unity-Technologies/fix-editor-pause
Fix editor pause
5 年前
Jon Hogins
0fe2ab98
Cleanup rider warnings.
5 年前
Jon Hogins
9cbb2bff
Cleanup after rebase.
5 年前
GitHub
85de0241
Merge pull request #4 from Unity-Technologies/api_cleanup
API and code cleanup
5 年前
Jon Hogins
664c2450
Code formatting
5 年前
GitHub
21ea076e
Merge pull request #5 from Unity-Technologies/format
Code format
5 年前
Wesley Mareovich Smith
47d9ea99
Merge branch 'master' of github.com:Unity-Technologies/com.unity.perception into docs
5 年前
Jon Hogins
8e109a73
Adding tests for new edit mode checks. Changing exception type.
5 年前
GitHub
96c0d411
Merge pull request #13 from Unity-Technologies/logdatadirectory
Fixes and UX to help users find local datasets
5 年前
Jon Hogins
3b7f24c9
Moving bounding box and rendered object info labeling into its behaviors
4 年前
Jon Hogins
84c55f28
Splitting out semantic segmentation
4 年前
Jon Hogins
88c3dc1a
Major refactoring. Moving RenderedObjectInfo and instance segmentation back into PerceptionCamera. Moving instance id -> labelentry cache into LabelingConfiguration. Properly implementing the labelers.
Still need to implement the hookups in PerceptionCamera to call into the labelers at runtime and write more tests.
4 年前
Jon Hogins
d5159004
Updating HDRP test project. Implementing CameraLabeler runtime and adding tests.
4 年前
GitHub
b41538e8
Renaming SimulationManager to DatasetCapture ( #26 )
4 年前
GitHub
4caee75b
Extensible labelers ( #28 )
* Refactor PerceptionCamera into CameraLabeler and its subclasses
4 年前
GitHub
2f40d1bb
Checks and doc updates for URP RenderFeature requirement ( #31 )
Adding runtime check for ground truth renderer feature. Adding test and updating PerceptionURP project.
4 年前
Wesley Mareovich Smith
9e360efe
Merge branch 'master' of github.com:Unity-Technologies/com.unity.perception into 0.2.0-staging
4 年前
GitHub
472b6a2d
Clean up docs and add example projects ( #42 )
* Updating docs to exclude tests from the scripting docs and adding TableOfContents.md. The table of contents does not properly show up on the index.md.
* Adding example project listing to index.md
4 年前
GitHub
32419d3d
Making default annotation/metric ids lower case ( #45 )
* Making default annotation/metric ids lower case. Address security issues with pip install in yamato scripts. Fix paths in dataset to make them Linux-compatible.
* Fixing tests
* Attempt #2 to fix linux
4 年前
GitHub
64ef0c29
Merge branch 'master' into aisv647_visualizations
4 年前
Steven Borkman
aaa3011c
Merge remote-tracking branch 'origin/aisv647_visualizations' into aisv647_visualizations
4 年前
Jon Hogins
a0d99b39
Merge branch 'aisv647_visualizations' of https://github.com/Unity-Technologies/com.unity.perception into aisv647_visualizations
4 年前
GitHub
99fcb992
Merge branch 'master' into aisv647_visualizations
4 年前
GitHub
0baa69e3
Upgrade deps ( #68 )
* Upgrading projects and dependencies
* Adding additional editor versions for testing.
* Adding test ensuring datasets are generated on exiting play mode.
* Reducing test set for per-commit to a single editor. Removing use of IncludeTestAssemblies from BuildPlayer* tests to work around mysterious issue with shader compilation.
* Fix yaml
* Adding "All Tests" which triggers nightly
* Switching to newer 2019.4
* Fixing instance and semantic segmentation shaders in 2020.1. Bumping package version. Removing publish tests from all tests and renaming
* Promotion test rename
* Update to latest capture and core. Switch off 2020.2 testing because it is not currently supported. Switch CI back to 2019.4.6f1 due to linux editor import hang.
* Updating changelog
4 年前
Jon Hogins
6115e83b
Adding test ensuring datasets are generated on exiting play mode.
4 年前
Jon Hogins
4e91e0bc
Reducing test set for per-commit to a single editor. Removing use of IncludeTestAssemblies from BuildPlayer* tests to work around mysterious issue with shader compilation.
4 年前
Priyesh Wani
f8b8eaeb
merging from master and resolving merger conflicts
4 年前
Steven Leal
c1573c09
Prepared 0.5.0 staging branch
4 年前
GitHub
fd7d77e7
Merge pull request #97 from Unity-Technologies/0.5.0-staging
Disabled 2020.1 tests for 0.5.0 release
4 年前
Steven Leal
b46f2b36
Reset simulation before starting downstream tests
4 年前
Mohsen Kamalzadeh
a94c4e4d
some work in progress
4 年前
Steven Leal
ad891f00
added edit-mode test
4 年前
Steven Leal
65aabbc3
added code comments
4 年前
Steven Leal
0a838161
fixed compiler error
4 年前
Steven Leal
2ddd3531
Made test randomizer serializable to better reflect the test use case
4 年前
Steven Leal
073c54a9
fixed compiler error
4 年前
GitHub
a4509db7
Merge pull request #148 from Unity-Technologies/on-create-randomizer-fix
On create randomizer fix
4 年前
Mohsen Kamalzadeh
e1b52e4f
Merge branch 'master' into animation_curve_sampling
4 年前
Mohsen Kamalzadeh
209d1c40
first commit
4 年前
Mohsen Kamalzadeh
86644d1a
more progress
4 年前
Mohsen Kamalzadeh
1d0b35a2
new branch
- branched out from initial branch to keep the branch given to Romain untouched
- changed things so that the only available mode is "render all frames", no more "renderOnlyCapturedFrames" flag.
- Added simulation timing ability for manual camera
- more work on multi cam coordination
- changed tests to reflect new changes
4 年前
Mohsen Kamalzadeh
5cdcabcd
tests added, and other PR feedback incorporated
4 年前
GitHub
542b9ea1
Merge pull request #164 from Unity-Technologies/manual_capture_2
New capture options added to Perception Camera
4 年前
Mohsen Kamalzadeh
b3a36be3
Merge branch 'master' into rename_to_computer_vision
4 年前
Steven Borkman
dd6870b8
Merge branch 'master' into keypoints
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 年前
Jon Hogins
b178cad2
Non-working partial implementation. Needs merging the individual passes into one uber pass on HDRP I believe
4 年前
GitHub
8cf464b0
Fix multiple cameras ( #203 )
* Fixing bug where disabled PerceptionCameras interfere with the enabled PerceptionCamera. Note: this does not add full support for multiple simultaneous cameras.
* Adding test for instance segmentation with a separate disabled perceptioncamera
* Updating changelog
* Fix compilation and test failures
4 年前
Steven Leal
0104a889
refactored scenario lifecycle hooks
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
f16c0d9a
Fix pose positions ( #220 )
* Partial fix for keypoint issues
* Adding human pose assets to perceptionHDRP
* Moving test assets out of resources folder. Removing baked lighting from scenes.
* Updating changelog
* Fixing test on large screens. Reverting unnecessary PerceptionURP change
* Adding human pose labeling sample to PerceptionURP
* Update HDRP PoseSample.unity
* Fixing merge issues
* Adding rendertexture to test to address issue at other resolutions
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 年前
GitHub
65841343
Fixing error with non-public serialized fields on randomizers ( #211 )
* Fixing bug in UIElementsEditorUtilities and adding tests
* Adding error message when missing scripts are detected
* Update com.unity.perception/CHANGELOG.md
Co-authored-by: Mohsen K <mohsen.kamalzadeh@unity3d.com>
Co-authored-by: Mohsen K <mohsen.kamalzadeh@unity3d.com>
4 年前
Steven Borkman
b45e3ea8
Merge branch 'master' into fod_generator_randomization_changes
4 年前
Steven Borkman
976ac4c7
Removed test error preventing Unity from playing
4 年前
GitHub
b6c94be7
Removed test error preventing Unity from playing ( #233 )
4 年前
Jon Hogins
67ab9579
Fixing tests. Also adding ScriptableRenderContext to OnBeginRendering and removing problematic objects from AnimatedCubeScene.unity
4 年前
Jon Hogins
28fb6043
Fixing tests. Also adding ScriptableRenderContext to OnBeginRendering and removing problematic objects from AnimatedCubeScene.unity
4 年前
GitHub
98685db4
Merge pull request #241 from Unity-Technologies/fix_wrong_label
Fix wrong labels on 2d bounding boxes
4 年前
GitHub
41561b2f
Merge branch '0.8.0-preview.1_staging' into packagejson_and_changelog
4 年前
Wesley Mareovich Smith
5384838a
adding validation and PR test rail addtion
4 年前
Wesley Mareovich Smith
88b136a4
adding tests
4 年前
Wesley Mareovich Smith
9fcf7d7c
seperating character tool out
4 年前
GitHub
66a6e46e
Supporting the 'step' button in the editor ( #294 )
* Supporting the 'step' button in the editor.
* Update CHANGELOG.md
* Adding informational log message when frame step is used.
4 年前
Jon Hogins
6d86f110
Merge remote-tracking branch 'origin/master' into keypoint_self_occlusion
4 年前
Wesley Mareovich Smith
aa96fb53
commit
4 年前
Wesley Mareovich Smith
b5fd82ad
adding a test and test chracter
4 年前
Wesley Mareovich Smith
e414262f
fixing null ref
4 年前
Wesley Mareovich Smith
8ffdb3e3
changes from feedback
4 年前
Wesley Mareovich Smith
ba3e8eff
template change and feedback fixes
4 年前
Wesley Mareovich Smith
b8e58b57
fix broken test
4 年前
Wesley Mareovich Smith
cfbc8ebd
adding feedback fixes
4 年前
You-Cyuan Jhang
cc74be4c
Merge from master
3 年前
You-Cyuan Jhang
66a2d04d
Revert "Merge from master"
This reverts commit c0828e485298b9f68da2fa99db015d21dcd904cf.
3 年前
You-Cyuan Jhang
ac95b33f
Merge branch 'master' into schema-0.1.0
# Conflicts:
# com.unity.perception/Documentation~/Schema/Synthetic_Dataset_Schema.md
3 年前
Aryan Mann
208023a9
Supporting the 'step' button in the editor ( #294 )
* Supporting the 'step' button in the editor.
* Update CHANGELOG.md
* Adding informational log message when frame step is used.
3 年前
Aryan Mann
b7d942e5
update tests due to simulation capture package update
3 年前
GitHub
07d60be2
Merge pull request #358 from Unity-Technologies/0.8.0.preview.4_staging
Merging 0.8.0.preview.4 back into master.
3 年前
GitHub
0e170dc4
Merge branch 'master' into fix_label_config_editor_indexing
3 年前
Mohsen Kamalzadeh
a42b3017
Merge branch 'master' into add_imageLink_field
3 年前
GitHub
90ee83bd
Merge branch 'master' into generic-asset-sources
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 年前
Steve Borkman
e2998b0b
A lot of changes, now we can partially support old perception and new
3 年前
Jon Hogins
0ec551af
Merge remote-tracking branch 'origin/master' into keypoint_self_occlusion
3 年前