From 632eb64cc5b39ebe91222e8e69740e82dfdc3542 Mon Sep 17 00:00:00 2001 From: Subhransu Bhattacharjee Date: Thu, 1 Feb 2024 01:54:13 +1100 Subject: [PATCH] Create depth_to_pointcloud.py --- metric_depth/depth_to_pointcloud.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 metric_depth/depth_to_pointcloud.py diff --git a/metric_depth/depth_to_pointcloud.py b/metric_depth/depth_to_pointcloud.py new file mode 100644 index 0000000..f14bdb4 --- /dev/null +++ b/metric_depth/depth_to_pointcloud.py @@ -0,0 +1,4 @@ +# Born out of Issue 36. +# Allows the user to set up own test files to infer on (Create a folder my_test and add subfolder input and output in the metric_depth directory before running this script.) +# Make sure you have the necessary libraries +