Updating to use perception submodule

This commit is contained in:
Jon Hogins 2021-03-31 11:11:18 -07:00
Родитель f101634f54
Коммит e0b58be48d
9 изменённых файлов: 155 добавлений и 216 удалений

4
.gitmodules поставляемый
Просмотреть файл

@ -0,0 +1,4 @@
[submodule "com.unity.perception"]
path = com.unity.perception
url = https://github.com/Unity-Technologies/com.unity.perception.git
branch = addressables-test

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78868917cd6df8d6868d13c935e18bf6d142026c3503ad3ab71e5de85c32b422
oid sha256:14cec985862243267aa51e73083c7855af729b1655d3bb5187b861a0c1caca01
size 91983

Просмотреть файл

@ -1,14 +1,14 @@
{
"constants": {
"framesPerIteration": 1,
"totalIterations": 10000,
"totalIterations": 1000,
"instanceCount": 1,
"instanceIndex": 0,
"randomSeed": 539662031
},
"randomizers": {
"groups": {
"MyBackgroundObjectPlacementRandomizer": {
"BackgroundObjectPlacementRandomizer": {
"metadata": {
"name": "",
"description": ""
@ -49,7 +49,59 @@
}
}
},
"MyForegroundOccluderPlacementRandomizer": {
"ForegroundObjectPlacementRandomizer": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"maxObjectCount": {
"scalar": {
"metadata": {
"name": "",
"description": ""
},
"value": {
"num": 100.0
}
}
},
"depth": {
"scalar": {
"metadata": {
"name": "",
"description": ""
},
"value": {
"num": 3.0
}
}
},
"separationDistance": {
"param": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"value": {
"samplerOptions": {
"metadata": {
"name": "",
"description": ""
},
"uniform": {
"min": 0.699999988079071,
"max": 1.2000000476837158
}
}
}
}
}
}
}
},
"ForegroundOccluderPlacementRandomizer": {
"metadata": {
"name": "",
"description": ""
@ -90,7 +142,7 @@
}
}
},
"MyForegroundOccluderScaleRandomizer": {
"ForegroundOccluderScaleRandomizer": {
"metadata": {
"name": "",
"description": ""
@ -120,6 +172,36 @@
}
}
},
"ForegroundScaleRandomizer": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"scale": {
"param": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"value": {
"samplerOptions": {
"metadata": {
"name": "",
"description": ""
},
"uniform": {
"min": 4.0,
"max": 8.0
}
}
}
}
}
}
}
},
"HueOffsetRandomizer": {
"metadata": {
"name": "",
@ -150,102 +232,6 @@
}
}
},
"MyDualLayerForegroundObjectPlacementRandomizer": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"maxObjectCount": {
"scalar": {
"metadata": {
"name": "",
"description": ""
},
"value": {
"num": 100.0
}
}
},
"dualLayer": {
"scalar": {
"metadata": {
"name": "",
"description": ""
},
"value": {
"bool": false
}
}
},
"layerOneDepth": {
"scalar": {
"metadata": {
"name": "",
"description": ""
},
"value": {
"num": 3.0
}
}
},
"layerOneSeparationDistance": {
"param": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"value": {
"samplerOptions": {
"metadata": {
"name": "",
"description": ""
},
"uniform": {
"min": 0.699999988079071,
"max": 1.2000000476837158
}
}
}
}
}
},
"layerTwoDepth": {
"scalar": {
"metadata": {
"name": "",
"description": ""
},
"value": {
"num": 6.0
}
}
},
"layerTwoSeparationDistance": {
"param": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"value": {
"samplerOptions": {
"metadata": {
"name": "",
"description": ""
},
"uniform": {
"min": 0.0,
"max": 1.0
}
}
}
}
}
}
}
},
"RotationRandomizer": {
"metadata": {
"name": "",
@ -300,7 +286,61 @@
}
}
},
"MyLightRandomizer": {
"UnifiedRotationRandomizer": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"rotation": {
"param": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"x": {
"samplerOptions": {
"metadata": {
"name": "",
"description": ""
},
"uniform": {
"min": 0.0,
"max": 360.0
}
}
},
"y": {
"samplerOptions": {
"metadata": {
"name": "",
"description": ""
},
"uniform": {
"min": 0.0,
"max": 360.0
}
}
},
"z": {
"samplerOptions": {
"metadata": {
"name": "",
"description": ""
},
"uniform": {
"min": 0.0,
"max": 360.0
}
}
}
}
}
}
}
},
"LightRandomizer": {
"metadata": {
"name": "",
"description": ""
@ -409,37 +449,7 @@
}
}
},
"MyForegroundScaleRandomizer": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"scale": {
"param": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"value": {
"samplerOptions": {
"metadata": {
"name": "",
"description": ""
},
"uniform": {
"min": 4.0,
"max": 8.0
}
}
}
}
}
}
}
},
"MyCameraRandomizer": {
"CameraRandomizer": {
"metadata": {
"name": "",
"description": ""
@ -510,82 +520,6 @@
}
}
}
},
"grainAmountParameter": {
"param": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"value": {
"samplerOptions": {
"metadata": {
"name": "",
"description": ""
},
"uniform": {
"min": 0.0,
"max": 0.0
}
}
}
}
}
}
}
},
"MyUnifiedRotationRandomizer": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"rotation": {
"param": {
"metadata": {
"name": "",
"description": ""
},
"items": {
"x": {
"samplerOptions": {
"metadata": {
"name": "",
"description": ""
},
"uniform": {
"min": 0.0,
"max": 360.0
}
}
},
"y": {
"samplerOptions": {
"metadata": {
"name": "",
"description": ""
},
"uniform": {
"min": 0.0,
"max": 360.0
}
}
},
"z": {
"samplerOptions": {
"metadata": {
"name": "",
"description": ""
},
"uniform": {
"min": 0.0,
"max": 360.0
}
}
}
}
}
}
}
}

Просмотреть файл

@ -7,7 +7,7 @@
"com.unity.ide.vscode": "1.2.3",
"com.unity.mathematics": "1.2.1",
"com.unity.package-validation-suite": "0.19.3-preview",
"com.unity.perception": "file:C:/srchome/com.unity.perception2/com.unity.perception",
"com.unity.perception": "file:../../com.unity.perception/com.unity.perception",
"com.unity.render-pipelines.universal": "10.3.2",
"com.unity.test-framework": "1.1.22",
"com.unity.textmeshpro": "3.0.1",

Просмотреть файл

@ -105,7 +105,7 @@
"url": "https://packages.unity.com"
},
"com.unity.perception": {
"version": "file:C:/srchome/com.unity.perception2/com.unity.perception",
"version": "file:../../com.unity.perception/com.unity.perception",
"depth": 0,
"source": "local",
"dependencies": {

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5d1e1254bdad52bef5596b16fab59f0870bdb7994cdb353f570395917a25210
size 19315
oid sha256:c4136568eaef207d63340956318d16c9253bcadf967162bf086ae3008e874f90
size 19612

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53e2d6d23ac95ec66edd94c4eec97495ddf3e79e695a4629cc04d229d7d4f7a3
oid sha256:3d31623daf82ed883221fb79b3bededd2d7f90775831c892704066fd6d439261
size 912

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d905085737415ca6da4dd1e071d5384ed00be41e1083456e6960ce188bb7db7e
size 715
oid sha256:c47ce1e684443f9c84ec4899580bd597b08d591983986c7b4e545f53f8ed7fed
size 1591

1
com.unity.perception Submodule

@ -0,0 +1 @@
Subproject commit 7cdb600c0a1b196aabe094ed6ece658254c8c1b0