gitextract_ryfdypmp/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── crfasrnn/ │ ├── __init__.py │ ├── crfasrnn_model.py │ ├── crfrnn.py │ ├── fcn8s.py │ ├── filters.py │ ├── params.py │ ├── permuto.cpp │ ├── permutohedral.cpp │ ├── permutohedral.h │ ├── setup.py │ └── util.py ├── quick_run.py ├── requirements.txt └── run_demo.py