diff --git a/estimate_distance.py b/estimate_distance.py index cbc4bd7..2298b8a 100644 --- a/estimate_distance.py +++ b/estimate_distance.py @@ -7,4 +7,4 @@ def main(): arlo.estimate_distance(bounding_boxes[0]) if __name__ == "__main__": - main(9) \ No newline at end of file + main() \ No newline at end of file