上传者: 42180863
|
上传时间: 2021-10-18 10:03:52
|
文件大小: 709KB
|
文件类型: -
ERFNET-PyTorch
一个PyTorch实施 ,对于语义分割帕斯卡VOC。
目录:
项目结构:
├── agents
| └── erfnet.py # the main training agent
├── graphs
| └── models
| | └── erfnet.py # model definition for semantic segmentation
| | └── erfnet_imagenet.py # model definition for imagenet
| └── losses
| | └── loss.py # contains the cross entropy
├── datasets # contains all dataloaders for the project
| └── voc2012.py #