anomaly-seg

(โ˜… 158)

The Combined Anomalous Object Segmentation (CAOS) Benchmark

Showing a partial file list โ€” download the zip above to see everything.

  • .gitmodules
  • anom_utils.py
  • CITATION.cff
  • create_bdd_dataset.py
  • create_dataset.py
  • dataset.py
  • defaults.py
  • eval_ood.py
  • LICENSE
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/hendrycks/anomaly-seg

Downloads the entire project code from GitHub to your computer.

cd anomaly-seg

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Python 3 Python is required to use pip.
pip install pydensecrf

Installs the package published on PyPI directly โ€” no need to clone the source.

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation