RRM

(โ˜… 97)

Reliability Does Matter: An End-to-End Weakly Supervised Semantic Segmentation Approach

  • DenseEnergyLoss.py
  • infer_RRM(attention).py
  • infer_RRM.py
  • README.md
  • train_from_cls_weight(attention).py
  • train_from_cls_weight(ori).py
  • train_from_cls_weight.py
  • train_from_init(attention).py
  • train_from_init.py

# Installation Guide

1. Get the code
git clone https://github.com/zbf1991/RRM

Downloads the entire project code from GitHub to your computer.

cd RRM

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
โš ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
pip install .

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

python <์‹คํ–‰ํ•  ํŒŒ์ผ๋ช…>.py # README์—์„œ ์ •ํ™•ํ•œ ์‹คํ–‰ ํŒŒ์ผ๋ช…์„ ํ™•์ธํ•˜์„ธ์š”

Runs the Python script (or module).

โœ… If it runs without errors and prints output in the terminal, it worked.
// repository documentation