Skip to content

Instantly share code, notes, and snippets.

@zarzen
Last active August 29, 2015 14:25
Show Gist options
  • Save zarzen/1b08d93d521d9d062484 to your computer and use it in GitHub Desktop.
Save zarzen/1b08d93d521d9d062484 to your computer and use it in GitHub Desktop.
Discussion

resource

cpp implementation

CN24 is a complete semantic segmentation framework using fully convolutional networks. It supports a wide variety of platforms (Linux, Mac OS X and Windows) and libraries (OpenCL, Intel MKL, AMD ACML…) while providing dependency-free reference implementations. The software is developed in the Computer Vision Group at the University of Jena.

这个是用来取super pixel的

这个也是cpp的,还是unsupervise,不过不知道行不行

@Ruochen0715
Copy link

视频的肯定没法用,视频是连续的图片没错,但是街景数据集里的图片并不连续啊。。。。。

@zarzen
Copy link
Author

zarzen commented Jul 29, 2015

"数据集有这样几个都比较好用,KITTI,CBCL StreetScenes Challenge Framework,谷歌街景的一个数据集"

@zarzen
Copy link
Author

zarzen commented Aug 9, 2015

deeplab的caffe model没法直接用原生的caffe编译出来的运行。
应该是因为它们加上了自己的代码字段。

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