Skip to content

Instantly share code, notes, and snippets.

@shelhamer
Last active January 26, 2018 15:55
Show Gist options
  • Select an option

  • Save shelhamer/80667189b218ad570e82 to your computer and use it in GitHub Desktop.

Select an option

Save shelhamer/80667189b218ad570e82 to your computer and use it in GitHub Desktop.
FCN-32s Fully Convolutional Semantic Segmentation on PASCAL-Context
@tianzq

tianzq commented Apr 22, 2016

Copy link
Copy Markdown

@yjc04
I had same error. I just modified "kDefaultTotalBytesLimit" and "kDefaultTotalBytesWarningThreshold" in the "/usr/include/google/protobuf/io/coded_stream.h". I didn't recompile and reinstall, it works well.

@mjohn123

mjohn123 commented Feb 6, 2017

Copy link
Copy Markdown

Hello all, Have anyone try to export prediction image using C++, instead of python? I am not the family of python code. Thank all

@wgeppert

wgeppert commented Feb 12, 2017

Copy link
Copy Markdown

any c++ for classification or Segmentation would be great.

@sara-eb

sara-eb commented Mar 6, 2017

Copy link
Copy Markdown

Hi,
I trained the FCN32 from the scratch. But the output is zero values (a black image). Could someone help what is the reason? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment