https://github.com/google-ar/codelab-scene-semantics-geospatial-depth
ARCore Scene Semantics and Geospatial Depth Codelab project
https://github.com/google-ar/codelab-scene-semantics-geospatial-depth
Last synced: 9 months ago
JSON representation
ARCore Scene Semantics and Geospatial Depth Codelab project
- Host: GitHub
- URL: https://github.com/google-ar/codelab-scene-semantics-geospatial-depth
- Owner: google-ar
- License: apache-2.0
- Created: 2023-05-03T21:41:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T13:23:24.000Z (over 2 years ago)
- Last Synced: 2025-03-26T09:11:22.520Z (10 months ago)
- Language: Java
- Homepage:
- Size: 153 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ARCore Scene Semantics and Geospatial Depth Codelab project
This repository contains the template used for the [Get started with the Scene Semantics and Geospatial Depth APIs Codelab](https://developers.google.com/codelabs/arcore-scene-semantics-geospatial-depth#0).
This repository contains the following branches:
* `main`, the starting point of the codelab;
* `step-3`, corresponding to the code that you should have at the end of [step 3: Visualize Scene Semantics API data](https://developers.google.com/codelabs/arcore-scene-semantics-geospatial-depth#2);
* `step-4`, corresponding to the code that you should have at the end of [step 4: Visualize Geospatial Depth API data](https://developers.google.com/codelabs/arcore-scene-semantics-geospatial-depth#3).
If you get stuck at any point in the codelab, use `git checkout` to check out the correct code so you can move on.
## License
Copyright 2023 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.