fyu / dilation

Dilated Convolution for Semantic Image Segmentation
https://www.vis.xyz/pub/dilation
MIT License
781 stars 265 forks source link

Unknown layer type: Input #20

Open treyerl opened 8 years ago

treyerl commented 8 years ago

When running python predict.py cityscapes input_image -o output_image have the same error message as reported in caffe repository layer_factory.hpp:81 [...] Unknown layer type: Input. Can you point me to right direction? What does it mean? Version inconsistencies? I'm using caffe-dilation. I also tried to change my make file as described on stackoverflow but it breaks the makefile (this suggestion is from 2015 anyway...)

selcuksandikci commented 8 years ago

Hello, I just followed his tutorial, didnt have any problems.