Skip to content

Commit

Permalink
{BugFix} Change eyegaze folder name to eye_gaze to be consistent with…
Browse files Browse the repository at this point in the history
… MPS

Summary:
There was a typo in the ADT downloader when unpacking MPS data into its respective folders.
The eyegaze folder was named 'eyegaze' when it should be 'eye_gaze' to be consistent with MPS

Reviewed By: vijay609

Differential Revision: D52434261

fbshipit-source-id: caf610a15b6f83a2b70720420baf152f09d30aaa
  • Loading branch information
nickcharron authored and facebook-github-bot committed Dec 28, 2023
1 parent 237cdd9 commit c81687c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
DOWNLOAD_STATUS_FILE = ".download_status.json"

DATA_TYPE_TO_SAVE_PATH = {
"mps_eyegaze": os.path.join("mps", "eyegaze"),
"mps_eyegaze": os.path.join("mps", "eye_gaze"),
"mps_slam_trajectories": os.path.join("mps", "slam"),
"mps_slam_points": os.path.join("mps", "slam"),
"mps_slam_calibration": os.path.join("mps", "slam"),
Expand Down

0 comments on commit c81687c

Please sign in to comment.