ENet Real Time Semantic Segmentation
1.0.0
실시간 의미론적 분할을 위한 신경망 아키텍처.
이 저장소에서는 실시간 의미론적 분할을 위해 모바일 장치에서 사용할 수 있는 ENet Paper를 재현했습니다. 논문 링크는 여기에서 찾을 수 있습니다: ENet
git clone https://github.com/iArunava/ENet-Real-Time-Semantic-Segmentation.git
cd ENet-Real-Time-Semantic-Segmentation/
python3 init.py --mode train -iptr path/to/train/input/set/ -lptr /path/to/label/set/
python3 init.py --mode test -m /path/to/the/pretrained/model.pth -i /path/to/image/to/infer.png
--help
사용하십시오. python3 init.py --help
@inproceedings{ BrostowSFC:ECCV08,
author = {Gabriel J. Brostow and Jamie Shotton and Julien Fauqueur and Roberto Cipolla},
title = {Segmentation and Recognition Using Structure from Motion Point Clouds},
booktitle = {ECCV (1)},
year = {2008},
pages = {44-57}
}
@article{ BrostowFC:PRL2008,
author = "Gabriel J. Brostow and Julien Fauqueur and Roberto Cipolla",
title = "Semantic Object Classes in Video: A High-Definition Ground Truth Database",
journal = "Pattern Recognition Letters",
volume = "xx",
number = "x",
pages = "xx-xx",
year = "2008"
}
이 저장소의 코드는 BSD v3 Licemse에 따라 배포됩니다.
마음껏 포크로 드시고 즐기세요 :)