twke18 / Adaptive_Affinity_Fields

Adaptive Affinity Fields for Semantic Segmentation
https://jyhjinghwang.github.io/projects/aaf.html
Other
260 stars 62 forks source link

inference #2

Closed zhly0 closed 6 years ago

zhly0 commented 6 years ago

The inference code could not run!can you give some default input parameter,so that I could just set the input output data directory and list!Thank you.

twke18 commented 6 years ago

Please take a look at our bashscripts examples for the input arguments. For example, these lines are for single-input inference, and these lines are for inference with multi-scale inputs and left-right flipping on Pascal VOC 2012.

zhly0 commented 6 years ago

Thanks!

Jee-King commented 5 years ago

Hi, How to make the inference.py run. What model is needed besides _resnet_v1101.ckpt? Thank you very much!