Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Graph program
  • Category : Graph program
  • Tags :
  • Update : 2018-03-06
  • Size : 380kb
  • Downloaded :0次
  • Author :feng*****
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
CN24 is a complete semantic segmentation framework that makes full use of the convolution network. It supports a variety of platforms (Linux, MAC OS X and Windows) and libraries (OpenCL, Intel, AMD aCML...) At the same time, it provides free reference to the implementation of the dependence. The software development Computer Vision Group and the University of Jena.
Packet file list
(Preview for download)
FilenameSizeUpdate
cn24-stable 0 2015-03-21
cn24-stable\.gitignore 211 2015-03-21
cn24-stable\CMakeLists.txt 9813 2015-03-21
cn24-stable\CONTRIBUTORS 159 2015-03-21
cn24-stable\LICENSE 1494 2015-03-21
cn24-stable\README.md 2256 2015-03-21
cn24-stable\compile-and-test.sh 556 2015-03-21
cn24-stable\example 0 2015-03-21
cn24-stable\example\kitti.net 403 2015-03-21
cn24-stable\example\kitti_pretrained.Tensor 82044 2015-03-21
cn24-stable\example\kitti_um_road.set 360 2015-03-21
cn24-stable\example\labelmefacade.net 413 2015-03-21
cn24-stable\example\labelmefacade.set 477 2015-03-21
cn24-stable\example\lmf_pretrained.Tensor 162964 2015-03-21
cn24-stable\example\sample1.jpg 23053 2015-03-21
cn24-stable\example\sample2.jpg 24459 2015-03-21
cn24-stable\example\training_script 186 2015-03-21
cn24-stable\include 0 2015-03-21
cn24-stable\include\cn24.h 1462 2015-03-21
cn24-stable\include\cn24 0 2015-03-21
cn24-stable\include\cn24\factory 0 2015-03-21
cn24-stable\include\cn24\factory\ConfigurableFactory.h 2853 2015-03-21
cn24-stable\include\cn24\net 0 2015-03-21
cn24-stable\include\cn24\net\BinaryStatLayer.h 2238 2015-03-21
cn24-stable\include\cn24\net\ConfusionMatrixLayer.h 2137 2015-03-21
cn24-stable\include\cn24\net\ConvolutionLayer.h 2176 2015-03-21
cn24-stable\include\cn24\net\DatasetInputLayer.h 2850 2015-03-21
cn24-stable\include\cn24\net\ErrorLayer.h 1296 2015-03-21
cn24-stable\include\cn24\net\InputLayer.h 2003 2015-03-21
cn24-stable\include\cn24\net\Layer.h 3078 2015-03-21
cn24-stable\include\cn24\net\LossFunctionLayer.h 732 2015-03-21
cn24-stable\include\cn24\net\MaxPoolingLayer.h 1657 2015-03-21
cn24-stable\include\cn24\net\Net.h 5161 2015-03-21
cn24-stable\include\cn24\net\NonLinearityLayer.h 1606 2015-03-21
cn24-stable\include\cn24\net\ResizeLayer.h 1241 2015-03-21
cn24-stable\include\cn24\net\SimpleLayer.h 1222 2015-03-21
cn24-stable\include\cn24\net\SpatialPriorLayer.h 981 2015-03-21
cn24-stable\include\cn24\net\StatLayer.h 1407 2015-03-21
cn24-stable\include\cn24\net\Trainer.h 2404 2015-03-21
cn24-stable\include\cn24\net\TrainingLayer.h 1187 2015-03-21
cn24-stable\include\cn24\net\UpscaleLayer.h 1463 2015-03-21
cn24-stable\include\cn24\util 0 2015-03-21
cn24-stable\include\cn24\util\CombinedTensor.h 1333 2015-03-21
cn24-stable\include\cn24\util\Config.h 1145 2015-03-21
cn24-stable\include\cn24\util\Dataset.h 7942 2015-03-21
cn24-stable\include\cn24\util\GradientTester.h 712 2015-03-21
cn24-stable\include\cn24\util\Init.h 642 2015-03-21
cn24-stable\include\cn24\util\JPGUtil.h 1523 2015-03-21
cn24-stable\include\cn24\util\KITTIData.h 1260 2015-03-21
cn24-stable\include\cn24\util\Log.h 2607 2015-03-21
cn24-stable\include\cn24\util\PNGUtil.h 1213 2015-03-21
cn24-stable\include\cn24\util\Tensor.h 8261 2015-03-21
cn24-stable\include\cn24\util\TensorViewer.h 739 2015-03-21
cn24-stable\include\private 0 2015-03-21
cn24-stable\include\private\CLHelper.h 1420 2015-03-21
cn24-stable\include\private\ConfigParsing.h 1293 2015-03-21
cn24-stable\include\private\MKLHelper.h 982 2015-03-21
cn24-stable\include\private\Segmentation.h 1154 2015-03-21
cn24-stable\kernels 0 2015-03-21
cn24-stable\kernels\biasGradient.cl 2950 2015-03-21
cn24-stable\kernels\biasedConvolution.cl 3813 2015-03-21
cn24-stable\kernels\biasedMatrixVector.cl 2936 2015-03-21
cn24-stable\kernels\crossCorrelation.cl 3988 2015-03-21
cn24-stable\kernels\foldWeights.cl 2328 2015-03-21
cn24-stable\kernels\fullConvolution.cl 3786 2015-03-21
cn24-stable\kernels\matrixMatrix.cl 1620 2015-03-21
cn24-stable\kernels\maximumPooling.cl 3983 2015-03-21
cn24-stable\kernels\nonLinearFunctions.cl 1894 2015-03-21
cn24-stable\scripts 0 2015-03-21
cn24-stable\scripts\download_examples.sh 127 2015-03-21
cn24-stable\src 0 2015-03-21
cn24-stable\src\factory 0 2015-03-21
cn24-stable\src\factory\ConfigurableFactory.cpp 8332 2015-03-21
cn24-stable\src\net 0 2015-03-21
cn24-stable\src\net\ActivationFunctions.cpp 8522 2015-03-21
cn24-stable\src\net\BinaryStatLayer.cpp 6936 2015-03-21
cn24-stable\src\net\ConfusionMatrixLayer.cpp 5825 2015-03-21
cn24-stable\src\net\ConvolutionLayer.cpp 25878 2015-03-21
cn24-stable\src\net\DatasetInputLayer.cpp 7558 2015-03-21
cn24-stable\src\net\ErrorLayer.cpp 4989 2015-03-21
cn24-stable\src\net\InputLayer.cpp 4819 2015-03-21
cn24-stable\src\net\MaxPoolingLayer.cpp 8222 2015-03-21
cn24-stable\src\net\Net.cpp 9517 2015-03-21
cn24-stable\src\net\NonLinearityLayer.cpp 1556 2015-03-21
cn24-stable\src\net\ResizeLayer.cpp 2771 2015-03-21
cn24-stable\src\net\SimpleLayer.cpp 1114 2015-03-21
cn24-stable\src\net\SpatialPriorLayer.cpp 2997 2015-03-21
cn24-stable\src\net\StatLayer.cpp 3657 2015-03-21
cn24-stable\src\net\Trainer.cpp 10093 2015-03-21
cn24-stable\src\net\UpscaleLayer.cpp 3378 2015-03-21
cn24-stable\src\util 0 2015-03-21
cn24-stable\src\util\Colorize.cpp 2324 2015-03-21
cn24-stable\src\util\ConfigParsing.cpp 4142 2015-03-21
cn24-stable\src\util\GradientTester.cpp 2418 2015-03-21
cn24-stable\src\util\Init.cpp 11279 2015-03-21
cn24-stable\src\util\JPGUtil.cpp 3408 2015-03-21
cn24-stable\src\util\KITTIData.cpp 2830 2015-03-21
cn24-stable\src\util\PNGUtil.cpp 9629 2015-03-21
cn24-stable\src\util\Segmentation.cpp 4820 2015-03-21
cn24-stable\src\util\Tensor.cpp 16094 2015-03-21
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.