To run the feature_map_visualize
project, you need to configure your environment by following these steps:
-
Install environment dependencies:
- Ensure you have conda installed. Install all necessary packages and dependencies using the conda environment file:
conda env create -f feature_map_visualize/environment.yaml
- Activate the newly created conda environment:
conda activate <environment_name>
- Ensure you have conda installed. Install all necessary packages and dependencies using the conda environment file:
-
Install additional Python packages:
- Install OpenCV for image processing features:
pip install opencv-python
- Install pycocotools version 2.0.7, a tool library for annotating and evaluating images in the COCO dataset:
pip install pycocotools==2.0.7
- Install OpenCV for image processing features:
Ensure all the steps above are completed before attempting to run any code examples from the project.