diff --git a/chat_with_nerf/chat/grounder.py b/chat_with_nerf/chat/grounder.py index 8a20d3f..b99a770 100755 --- a/chat_with_nerf/chat/grounder.py +++ b/chat_with_nerf/chat/grounder.py @@ -296,7 +296,7 @@ def ground_with_gpt( }, } if len(landmark_location_list) > 0: - evaluation["Targe Candidate Distance to Landmark (meter)"] = { + evaluation["Target Candidate Distance to Landmark (meter)"] = { str(i): round( math.sqrt( (bbox["centroid"][0] - landmark_location_centroid[0]) ** 2 diff --git a/pyproject.toml b/pyproject.toml index 458bb7f..c703932 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" include-package-data = false [tool.setuptools.packages.find] -include = ["chat_with_nerf"] +include = ["chat_with_nerf*"] [project] name = "chat_with_nerf"