To successfully run the detection.ipynb notebook, follow these steps:
Ensure the ryu_data folder (dataset folder) is located in the same directory as the detection.ipynb file. This folder should contain all the necessary data for the depth estimation process.
Open the detection.ipynb file in your Jupyter Notebook or Jupyter Lab. Inside the notebook, locate the sections where file paths are specified.
Replace the existing paths with their corresponding paths on your local machine. Update the paths for the following files and directories:
- Replace
path/to/ryu_datawith the actual path to theryu_datafolder. - Update any other file paths or directory paths as required based on the structure of your local dataset folder.
After making the necessary changes to the file paths, save the detection.ipynb file.