205 次代码提交 (e758cb68-7ae7-454b-a726-d6c02a48bc2d)

作者 SHA1 备注 提交日期
Jon Hogins 3ccc7e7b Initial commit 5 年前
Jon Hogins 46510192 Updating tests which were not ported properly from SimViz repo. 4 年前
GitHub 0ffef165 Merge pull request #3 from Unity-Technologies/fix-editor-pause 4 年前
Jon Hogins 5eac8e47 Renames, namespace updates, docs, and misc cleanup 4 年前
Jon Hogins 0139bd5b Further docs and naming 4 年前
Jon Hogins 0fe2ab98 Cleanup rider warnings. 4 年前
Jon Hogins 9cbb2bff Cleanup after rebase. 4 年前
GitHub 85de0241 Merge pull request #4 from Unity-Technologies/api_cleanup 4 年前
Jon Hogins 664c2450 Code formatting 4 年前
Jon Hogins e7151b53 Moving Labeling to proper namespace. 4 年前
GitHub 21ea076e Merge pull request #5 from Unity-Technologies/format 4 年前
Wesley Mareovich Smith 47d9ea99 Merge branch 'master' of github.com:Unity-Technologies/com.unity.perception into docs 4 年前
Jon Hogins c346dd4f Fixing compilation issues 4 年前
GitHub e7aea6bd Merge pull request #10 from Unity-Technologies/fix-compile 4 年前
Wesley Mareovich Smith 35110fd1 merging in master 4 年前
Jon Hogins 085fae0b Updating runtime and test code to use new label id scheme. 4 年前
GitHub d052596b Merge pull request #9 from Unity-Technologies/1-based-labels 4 年前
Jon Hogins 96ea390b Fix NullReferenceException on project startup in 2019.3.14f1 4 年前
Jon Hogins 5189403c Fixing compilation error. 4 年前
GitHub 08204f94 Merge pull request #16 from Unity-Technologies/fix_startup_exception 4 年前
Jon Hogins 0ff8a51e Updating PerceptionCameraIntegrationTests for new fix. 4 年前
GitHub cd74fd9b Merge pull request #22 from Unity-Technologies/fix_label_id_report 4 年前
Jon Hogins 8128e162 Adding test variant which uses SkinnedMeshRenderer 4 年前
GitHub 7ca1799d Merge pull request #23 from Unity-Technologies/skinned_mesh_support 4 年前
Jon Hogins eb84fcf1 Moving instance segmentation to InstanceSegmentationLabeler. Updating tests. 4 年前
Jon Hogins a70e5a18 Fixing up HDRP rendering. Deleting ObjectCountPass 4 年前
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 ab3dae9a Starting to migrate BoundingBoxLabeler 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. 4 年前
Jon Hogins c821caa7 Labelers are working. Moving SemanticSegmentationLabeler to colors instead of integer values. 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) 4 年前
GitHub 55a8c7fe Labeler docs (#30) 4 年前
Steven Leal 6dfc79e8 updated meta files 4 年前
GitHub 2f40d1bb Checks and doc updates for URP RenderFeature requirement (#31) 4 年前
Wesley Mareovich Smith 9e360efe Merge branch 'master' of github.com:Unity-Technologies/com.unity.perception into 0.2.0-staging 4 年前
GitHub a7b75a65 Fix warnings (#38) 4 年前
GitHub 32419d3d Making default annotation/metric ids lower case (#45) 4 年前
GitHub 41416247 Fixing wrong colors in semantic segmentation due to sRGB conversion by changing the shader parameter to a Vector, bypassing sRGB conversion altogether. (#46) 4 年前
Jon Hogins 781d655a Fixing wrong colors in semantic segmentation due to sRGB conversion by changing the shader parameter to a Vector, bypassing sRGB conversion altogether. 4 年前
GitHub 05ac71b8 Aisv647 visualizations - Preview Cut (#40) 4 年前
Steven Borkman eec6d017 Initial 3D bounding boxes working with in perception 4 年前
Steven Leal 5e143e2b randomization interface update 4 年前
Jon Hogins 9a2a97a8 Adding CloudTest decorations 4 年前
Steven Leal 444d404c fixed wrong pending capture being chosen for an async annotation after starting a new data capture sequence 4 年前
Jon Hogins 3424bf30 Adding tests for visualization init and destroy. 4 年前
Jon Hogins 37bcc0b6 Sort of working enable/disable visualizations 4 年前
GitHub e8f1bc9f Fix warnings 0.2.0 (#39) 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 年前
Jon Hogins 71186008 Attempting to fix linux builds. Fixing line ending mismatches when checking out with linux file endings. 4 年前
Jon Hogins 5f865736 Fixing semantic segmentation tests when visualizations are enabled 4 年前
Jon Hogins 8aa3e48e Fixing some tests wreaked by newline issues. Commenting out renderdoc code to get semantic segmentation tests to compile in players. 4 年前
Jon Hogins 53f46be9 Removing final usage of UnityEditorInternal to fix tests 4 年前
GitHub 99fcb992 Merge branch 'master' into aisv647_visualizations 4 年前
GitHub 0a4c4641 Merge pull request #50 from Unity-Technologies/dr-test3 4 年前
GitHub c8cdf9d8 Update visual UI to use IMGUI system (#56) 4 年前
GitHub 65b8bd28 Fixing LabelEntryMatchCache bug where instance ids that do not match any entries are reported as matching the first entry. (#60) 4 年前
GitHub f607d8e7 Do not generate any empty folders if the PerceptionCamera is never enabled (#62) 4 年前
GitHub acad175e No boxes on unmatching objects (#67) 4 年前
GitHub f6a9f70a Feature/lens distortion (#69) 4 年前
GitHub bca49aeb Fixing labeling on per-material MaterialPropertyBlocks (#73) 4 年前
Devin Miller d56066a2 Fixes math in SimulationState SequenceTimeOfNextCapture 4 年前
GitHub f71dea44 Merge pull request #78 from Unity-Technologies/fix-capture-time-math 4 年前
Priyesh Wani f8b8eaeb merging from master and resolving merger conflicts 4 年前
Priyesh Wani 01fa9e28 Updating simulation reset 4 年前
Priyesh Wani 81f7c412 Deleting the artifacts dir in teardown after reset 4 年前
Priyesh Wani f350082b updating tear down 4 年前
GitHub ea6e660a Aisv565 bb3d - Bounding box 3D perception changes (#82) 4 年前
Steven Leal e755c59a replaced new with ScriptableObject.CreateInstance<T>() 4 年前
GitHub 385f2805 Merge pull request #93 from Unity-Technologies/0.5.0-staging 4 年前
Mohsen Kamalzadeh 109dfa68 Test added to highlight the fixed bug 4 年前
Mohsen Kamalzadeh b8f4d4e5 informative comment added 4 年前
GitHub 1631cefd Merge pull request #100 from Unity-Technologies/labelcache-bugfix 4 年前
Mohsen Kamalzadeh 3fb0fce4 Merge branch 'master' into labeling-improvements 4 年前
GitHub e98e8a2d Terrain support (#103) 4 年前
GitHub d1e6558f Instance segmentation (#112) 4 年前
Priyesh Wani d31106ef Updating the test to adjust the formatting of the output metrics 4 年前
GitHub 9be224dc Merge pull request #118 from Unity-Technologies/report-annotation-result-fix-il2cpp 4 年前
GitHub 12e2f513 Merge branch 'master' into tutorial_updates_nov2020rel 4 年前
GitHub 4ade45f0 Fix for instance segmentation bug (#131) 4 年前
Jon Hogins 9ce49113 Merge branch 'master' into randomizer_tag_inheritence 4 年前
Mohsen Kamalzadeh 209d1c40 first commit 4 年前
Steven Borkman 50825a13 Cleaned up code with correctness tests 4 年前
Steven Borkman 5dceae4f Fixed template guid not being serialized 4 年前
Steven Borkman f5833ce7 Fix test for Guid to string change 4 年前
Mohsen Kamalzadeh 86644d1a more progress 4 年前
Mohsen Kamalzadeh 1d0b35a2 new branch 4 年前
GitHub a7c70bc7 Fix Semantic Segmentation in USim (#163) 4 年前
Mohsen Kamalzadeh 5cdcabcd tests added, and other PR feedback incorporated 4 年前
GitHub 89b0bc75 Merge branch 'master' into manual_capture_2 4 年前
GitHub 542b9ea1 Merge pull request #164 from Unity-Technologies/manual_capture_2 4 年前
Mohsen Kamalzadeh b3a36be3 Merge branch 'master' into rename_to_computer_vision 4 年前
Steven Borkman dd6870b8 Merge branch 'master' into keypoints 4 年前
GitHub ce25a475 Merge pull request #158 from Unity-Technologies/keypoints 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 年前
Steven Leal 4c79eeff updated test and xml doc 4 年前
GitHub 330c5831 Merge pull request #190 from Unity-Technologies/key_point_labeler_state_fix 4 年前
Jon Hogins 411de00e Adding multi-camera segmentation tests 4 年前
GitHub 8cf464b0 Fix multiple cameras (#203) 4 年前
Mohsen Kamalzadeh f8af1929 renamed in tests 4 年前
Mohsen Kamalzadeh 206ed89b force file rename 4 年前
Mohsen Kamalzadeh 93a942e5 force file rename 2 4 年前
Mohsen Kamalzadeh 98d71e8a missed a rename 4 年前
GitHub c13b382e Merge pull request #206 from Unity-Technologies/rename_KeyPoint_to_Keypoint 4 年前
GitHub 114853c3 Keypoint occlusion (#219) 4 年前
GitHub f16c0d9a Fix pose positions (#220) 4 年前
Steven Borkman b45e3ea8 Merge branch 'master' into fod_generator_randomization_changes 4 年前
sleal-unity fec66d94 removed entities dependency 4 年前
sleal-unity 3715567c moved and cleaned render passes 4 年前
sleal-unity 55c63ba0 addressed PR feedback 4 年前
Jon Hogins 66eaf180 Partially implemented refactor to address labeling bug. 4 年前
sleal-unity df4ca74d addressed PR feedback 4 年前
Jon Hogins 1e322f42 Finishing fix for out of sync data 4 年前
GitHub 304f106b Merge pull request #240 from Unity-Technologies/remove-entities-dependency 4 年前
GitHub 2984bded Keypoint tolerance (#235) 4 年前
Jon Hogins a5769f1f Partially implemented refactor to address labeling bug. 4 年前
Jon Hogins aaa286d9 Finishing fix for out of sync data 4 年前
GitHub 06dfff74 Merge branch 'master' into fix_wrong_label 4 年前
Jon Hogins 72b29e36 Merge branch 'fix_wrong_label' of https://github.com/Unity-Technologies/com.unity.perception into fix_wrong_label 4 年前
GitHub 98685db4 Merge pull request #241 from Unity-Technologies/fix_wrong_label 4 年前
Mohsen Kamalzadeh bd7064be implemented for all ground truth generators 4 年前
GitHub 41561b2f Merge branch '0.8.0-preview.1_staging' into packagejson_and_changelog 4 年前
GitHub e0ab6561 Merge pull request #248 from Unity-Technologies/ability_to_disable_labeling 4 年前
Mohsen Kamalzadeh 6bd2ce6a addressed feedback 4 年前
GitHub e99019da Merge pull request #254 from Unity-Technologies/0.8.0-preview.1_staging 4 年前
GitHub cd1cddb6 Fix keypoint issues (#259) 4 年前
GitHub 599e44d3 Merge pull request #253 from Unity-Technologies/disable_labeling_fixes 4 年前
GitHub cabe7c5a Merge master to 0.8.0 (#265) 4 年前
GitHub c9b3d3ae Add 3dbb tests (#267) 4 年前
GitHub 7eba5c39 Increasing color variety in instance segmentation. (#261) 4 年前
GitHub 012066c7 0.8.0 changes -> master (#273) 4 年前
GitHub 1464ac81 Adding sky color control to semantic segmentation (#274) 4 年前
Jon Hogins 1563b932 Test integration tests on HDRP on yamato 4 年前
Mohsen Kamalzadeh a5a9e9cf fixed an issue where an arbitrary limit on frame delta time was causing incorrect behavior 3 年前
GitHub 8f2f4ac8 Fixing keypoint bugs when visualizations are disabled (#290) 3 年前
Mohsen Kamalzadeh 82911ba4 reverted unintentional change 3 年前
Jon Hogins 3c3a7b5f Merge remote-tracking branch 'origin/master' into keypoint_self_occlusion 3 年前
GitHub 14bdbc91 Merge pull request #293 from Unity-Technologies/fix_large_deltatime 3 年前
Jon Hogins 6d86f110 Merge remote-tracking branch 'origin/master' into keypoint_self_occlusion 3 年前
Jon Hogins 7ad08173 Adding some tests for self-occlusion. Some fixes in KeypointLabeler 3 年前
Wesley Mareovich Smith aa96fb53 commit 3 年前
Jon Hogins d41df908 Fix issues with orthographic views and points close to far plane 3 年前
Jon Hogins 0f05f1ed Fixing remainder of tests. 3 年前
Jon Hogins 2de471fb Removing comments 3 年前
Jon Hogins 9a8f7ac3 Fixing issues in URP with orthographic view 3 年前
Jon Hogins 85ae6b13 Updating JointLabel 3 年前
Jon Hogins e19809d3 Updating JointLabel to include self-occlusion distance and drop the reference to the keypoint label config 3 年前
Jon Hogins 6c40a9bc Adding and fixing remainder of tests. 3 年前
Jon Hogins 2eff8c69 Fixing various bugs in keypoint self occlusion, including (hopefully) properly supporting player builds 3 年前
Jon Hogins d92bbc94 Fixing issues with large numbers of keypoints. 3 年前
Jon Hogins 64327524 Fixing issue with resizing buffers 3 年前
Jon Hogins 540b2aab Add search for non-background pixel to keypoint depth check. Not perfect, but catches a few edge cases for now. Should migrate to doing all checks in shader at some point 3 年前
Jon Hogins 7cf3431c Apply object scale even when using the global occlusion distance. 3 年前
Jon Hogins bc0ba099 Moving self occlusion distance to the KeypointTemplate 3 年前
You-Cyuan Jhang cc74be4c Merge from master 3 年前
You-Cyuan Jhang 66a2d04d Revert "Merge from master" 3 年前
You-Cyuan Jhang ac95b33f Merge branch 'master' into schema-0.1.0 3 年前
Aryan Mann 4f94f2c5 Fixing keypoint bugs when visualizations are disabled (#290) 3 年前
Aryan Mann a8d059dd Merge pull request #293 from Unity-Technologies/fix_large_deltatime 3 年前
leopoldo-zugasti 6301dd97 change test 3 年前
GitHub 324f4362 Merge pull request #344 from Unity-Technologies/orthographic-camera-metadata-additions 3 年前
Mohsen Kamalzadeh 70d9c69c added projection field to sensor data 3 年前
Steve Borkman 9e858d67 Tests for self-occlusion scalar value 3 年前
Jon Hogins b700ebfa Fixing test compile error and mistake in RenderTextureReader 3 年前
Steve Borkman c7a5c2ef Fixes for PR comments 3 年前
Mohsen Kamalzadeh a777d3a2 fixed a bug a visualization test and per labeler enabled state 3 年前
GitHub b9babd68 Merge branch 'master' into 0.8.0.preview.4_staging 3 年前
GitHub 90ee83bd Merge branch 'master' into generic-asset-sources 3 年前
GitHub 13eeb0a2 Merge pull request #308 from Unity-Technologies/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 年前
Steve Borkman 3e772549 Magic test fix attempt 3 年前
Steve Borkman bec0dc78 Incorporating mohsen's test fix 3 年前
Steve Borkman 627a46ca Update to fix compile error 3 年前
leopoldo-zugasti d017dd97 Merge branch 'master' into pyrception-integration 3 年前
Mohsen Kamalzadeh 7598ce57 Merge branch 'master' into h-i 3 年前
Jon Hogins 575f924e Adding tests for multi-camera segmentation 3 年前
Steve Borkman e2998b0b A lot of changes, now we can partially support old perception and new 3 年前
Jon Hogins 3b09643b More project updated for 2020.3 and fixing tests. 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 年前
GitHub 91d606c7 Keypoint self occlusion (#351) 3 年前
Steve Borkman 5da96a7a Restructuring of files 3 年前
Steve Borkman cb5b9a43 bounding box 3d updated 3 年前
Steve Borkman 406b7f70 Keypoints at leas partially working 3 年前
Steve Borkman 0fce16c7 I think I have the timings working now 3 年前
Steve Borkman 95e08150 Dataset Captures test mostly work and BB3D tests work 3 年前
Steve Borkman 46aee413 All DatasetCaptureTests passing 3 年前
Steve Borkman 3e9bbc3a Capture scheduling tests pass now 3 年前
Steve Borkman e7cb126c All tests pass 3 年前
Steve Borkman 27ec65b0 Old perception format now being produced 3 年前
Steve Borkman eb7c733a Project settings for perception and assigning endpoint 3 年前
Steve Borkman 19c504c9 Removed "On" from ConsumerEndpoint methods 3 年前
Jon Hogins 305ec1f2 Adding tests for multi-camera segmentation 3 年前
Aryan Mann 17894621 Added tests for RGB Output 3 年前
Aryan Mann ae336d26 refactored rgb output tests 3 年前
GitHub Enterprise ee130211 #27: Parameterized tests to check RGB output 3 年前
Jon Hogins 47f2ffe4 Merge branch 'main' of https://github.cds.internal.unity3d.com/unity/com.unity.perception into fix_multi_cam 3 年前
GitHub Enterprise 43db91ba Merge pull request #38 from unity/fix_multi_cam 3 年前