Installation

October 2, 2022 ยท View on GitHub

Follow these intructions

  1. Clone our repository
git clone https://github.com/Sharifmhamza/TransResNet.git
cd TransResNet
  1. Make conda environment
conda create -n transresnet python=3.7
conda activate transresnet
  1. Install dependencies
pip install -r requirements.txt