ENet Real Time Semantic Segmentation
1.0.0
สถาปัตยกรรม Neural Net สำหรับการแบ่งส่วนความหมายแบบเรียลไทม์
ในพื้นที่เก็บข้อมูลนี้ เราได้ทำซ้ำ 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
รู้สึกอิสระที่จะแยกและเพลิดเพลิน :)