CSAILVision / semantic-segmentation-pytorch

Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
http://sceneparsing.csail.mit.edu/
BSD 3-Clause "New" or "Revised" License
4.96k stars 1.1k forks source link

Refactor for pip installation #216

Closed devinaconley closed 4 years ago

devinaconley commented 4 years ago

This PR adds a setup.py and reorganizes code to package for pip installation

hangzhaomit commented 4 years ago

@devinaconley Thanks very much for your contribution! A couple of minor suggestions:

  1. Can we use mit_semseg instead of csail_semseg?
  2. Can you help to change README.md accordingly?
devinaconley commented 4 years ago

@hangzhaomit - updated based on your comments above