浏览代码

updated changelog with missing preview.4 version

/fix_label_config_editor_indexing
Mohsen Kamalzadeh 3 年前
当前提交
4cad4a1b
共有 1 个文件被更改,包括 31 次插入9 次删除
  1. 40
      com.unity.perception/CHANGELOG.md

40
com.unity.perception/CHANGELOG.md


### Known Issues
### Added
Added support for 'step' button in editor.
Added random seed field to the Run in Unity Simulation Window
Added 'projection' field in the capture.sensor metadata. Values are either "perspective" or "orthographic"
Added a `projection` field in the capture.sensor metadata. Values are either "perspective" or "orthographic".
Increased color variety in instance segmentation images
The PoissonDiskSampling utility now samples a larger region of points to then crop to size of the intended region to prevent edge case bias.
Changed the JSON serialization key of Normal Sampler's standard deviation property from "standardDeviation" to "stddev". Scenario JSON configurations that were generated using previous versions will need to be manually updated to reflect this change.
Upgraded capture package dependency to 0.0.10-preview.22 to fix an issue with URP where post processing effects were not included when capturing images.
### Deprecated
Changed the JSON serialization key of Normal Sampler's standard deviation property from "standardDeviation" to "stddev". Scneario JSON configurations that were generated using previous versions will need to be manually updated to reflect this change.
### Removed
### Fixed
Fixed an indexing issue with the IdLabelConfig editor. When a new label was added to an empty Id Label Config with Auto Assign IDs enabled, the starting id (0 or 1) was ignored and the new label would always have an id of 0.
## [0.8.0-preview.4] - 2021-07-05
### Upgrade Notes
### Known Issues
### Added
Added support for 'step' button in editor.
Added random seed field to the Run in Unity Simulation Window.
### Changed
Increased color variety in instance segmentation images.
The PoissonDiskSampling utility now samples a larger region of points to then crop to size of the intended region to prevent edge case bias.
Upgraded capture package dependency to 0.0.10-preview.23 to fix two issues: (1) Post processing effects were not included when capturing images in URP (2) RGB images were upside-down when post processing effects were enabled and FXAA disabled.
### Deprecated

Fixed an issue where Simulation Delta Time values larger than 100 seconds (in Perception Camera) would cause incorrect capture scheduling behavior.
Fixed an issue where Simulation Delta Time values larger than 100 seconds in Perception Camera would cause incorrect capture scheduling behavior.
## [0.8.0-preview.3] - 2021-03-24
### Changed

正在加载...
取消
保存