Skip to content

fenght96/CVPRW_CLVision_INSDET_track

Repository files navigation

The recommended setup steps are as follows:

  1. Install conda

  2. create the conda environment:

cd CTI
conda env create -f environment.yml
  1. Download and extract the dataset: in order to download the dataset, we ask all participants to accept the dataset terms and provide their email addresses through this form. You will immediately receive the download instructions at the provided address. We recommend extracting the dataset in the default folder $HOME/3rd_clvision_challenge/demo_dataset/. The final directory structure should be like this:
$HOME/3rd_clvision_challenge/challenge/
├── ego_objects_challenge_test.json
├── ego_objects_challenge_train.json
├── images
│   ├── 07A28C4666133270E9D65BAB3BCBB094_0.png
│   ├── 07A28C4666133270E9D65BAB3BCBB094_100.png
│   ├── 07A28C4666133270E9D65BAB3BCBB094_101.png
│   ├── ...
  1. change the dataset path: change the dataset path in the detection.py file.
# TODO: change this to the path where you downloaded (and extracted) the dataset
DATASET_PATH = ''
  1. run the code:
python detection.py

the output file is './instance_detection_results'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published