JierunChen / FasterNet

[CVPR 2023] Code for PConv and FasterNet
672 stars 55 forks source link

Readme file improvement #37

Closed yangshaobo0634 closed 1 year ago

yangshaobo0634 commented 1 year ago

Clone this repo and install required packages:

git clone https://github.com/JierunChen/FasterNet pip install -r requirements.txt

Here I recommend to do a small modification to run easily:

git clone https://github.com/JierunChen/FasterNet cd fasternet pip install -r requirements.txt

JierunChen commented 1 year ago

Hi, thanks for the notice. Revision has been made.