Visual-Attention-Network / SegNeXt

Official Pytorch implementations for "SegNeXt: Rethinking Convolutional Attention Design for Semantic Segmentation" (NeurIPS 2022)
Apache License 2.0
795 stars 85 forks source link

Unable to install setup.py #3

Closed roystonlmq closed 2 years ago

roystonlmq commented 2 years ago

image Hi, I'm getting unknown command setup.py. I'm running on Windows 10.

uyzhang commented 2 years ago

The command should be python setup.py develop, which has been revised in README file.

Thanks for pointing it out.