Tasks
Repository: https://github.com/OlafenwaMoses/vizion3D
vizion3d tasks are grouped by the kind of 3D vision work they perform. Each task
has a direct Python facade and, where available, REST and gRPC adapters.
Lifting
| Task |
Python import |
REST |
| Depth Estimation |
vizion3d.lifting.DepthEstimation |
/lifting/depth-estimation |
| Stereo Depth |
vizion3d.stereo.StereoDepth |
/lifting/stereo-depth |
Annotation
Observation
| Task |
Python import |
REST |
gRPC |
| Scale Observation |
vizion3d.observation.ScaleObservation |
/observation/scale-observation |
RunScaleObservation |
Reconstruction
| Task |
Python import |
REST |
gRPC |
| Object 3D Reconstruction |
vizion3d.reconstruction.Object3DReconstruction |
/reconstruction/object-3d-reconstruction |
RunObject3DReconstruction, then GetObject3DReconstructionResult |
| Scene Components 3D Reconstruction |
vizion3d.reconstruction.SceneComponents3DReconstruction |
/reconstruction/scene-components-3d-reconstruction |
RunSceneComponents3DReconstruction, then GetSceneComponents3DReconstructionResult |