Skip to content

v0.7.0

Compare
Choose a tag to compare
@daquexian daquexian released this 23 May 13:29

Changes:

  • bf69edf Auto generate versionCode in android build.gradle
  • 9b428af Avoid name conflict in glog.cmake. BUILD_TESTING is conflicted with eigen in onnxruntime
  • 4f12fe1 Merge pull request #52 from JDAI-CV/ci
  • 3ca03f7 Update README badge
  • a1a295d Skip windows ci
  • de62356 Add all-27 configuration
  • e1522d5 Fix wrong path of libdaq-jni.so
  • 7e86fd8 Fix undefined AllowFp16 in Android 27
  • f2fd69a Fix wrong cmake args, delete travis and appveyor ci
  • 9a057f3 Fix a bug found by CI: resnetv2 fails
See more
  • 748ddd8 Install onnx in ci
  • faaf1d2 Disable werror for binaries when bundled protobuf is used
  • 2cf973c Fix unused parameter in dnn_benchmark.cpp
  • 3d13eab Disable treat warnings as errors for dnnlibrary when reading onnx
  • e4ef696 Not build protoc on Android
  • c13a6e7 Fix protoc path
  • 5182c6d Fix protoc path
  • fd53321 Download protoc in ci
  • 202aefb fix msvc flag
  • db6c783 x86_64 emulator
  • e835863 Set github connection
  • cdede50 Set android api for dnnlibrary build
  • 5376b8a Edit ci files to fit dnnlibrary
  • bd9bfd1 rename dabnn to dnnlibrary, onnx2bnn to onnx2daq
  • ce1a521 azure pipeline ci init -- move files from dabnn
  • a645f98 Merge pull request #47 from JDAI-CV/python_package
  • 26af0fb Remove redundant find protobuf
  • 3d8fc1e Build python only when DNN_BUILD_PYTHON is on, set PIC to on and misc changes
  • cd6249e Update
  • cb448e7 Fix bug of cmake
  • 845d3e6 Move binary file output of Release/Debug in Windows
  • 8cb4433 Set global msvc flag
  • 6662958 Update .travis.yml for multiple env var
  • 9841b91 Ignore .eggs
  • 9288d85 Disable python 3.7 wheel build since onnx doesn't provide 3.7 wheel
  • a34c395 Update ONNX submodule
  • 5adeeb7 Update ONNX submodule
  • 86e4686 Update ONNX submodule
  • 06d7e58 Skip 32bit builds, since ONNX Runtime doesn't provide 32-bit package
  • 416ea42 Fix ONNX_IMPORT
  • db2bc51 Remove empty ONNX_PROTO_SRCS and headers
  • c0ce646 Fix ONNX_IMPORT
  • 1ef0148 Only set ONNX_BUILD_MAIN_LIB to onnx_proto
  • d6a454d Add ONNX_BUILD_MAIN_LIB
  • 6a0cae1 Add definitions for protobuf dll
  • 6d04b45 Handle the build type
  • eaeb3a4 Remove /WX in ONNX
  • 262378b Use vs 2017
  • eae6eda Alias for protobuf targets, workaround for protobuf 3.5.2 source
  • 4f77ab4 Set protobuf git to 3.5.2 for windows ci
  • 2aff852 Set conda path
  • 54011e2 Move all options together
  • a1f4e8b Upgrade protobuf to 3.7.1 release, set ONNX to 1.4.1 release
  • fac3159 add cmake to install_require
  • 0bc5e7f Only find protobuf when using system protobuf
  • c5b0595 Use custom cibuildwheel in .travis.yml
  • d1a03a2 Revert "Move python files a same level with c++ files"
  • 16abae0 Fix appveyor submodule
  • c80d8a5 Update new cibuildwheel
  • afb603b Move python files a same level with c++ files
  • edb0adc Update .travis.yml and appveyor.yml
  • 65ac1a4 Update .travis.yml to test cibuildtools
  • 80bd1e2 Update wrapper python files, fix wrong extension module name, add optional table_file argument.
  • b51bf28 python package
  • b0cad5b Merge pull request #51 from JDAI-CV/unify_onnx2daq
  • 82ff1b5 fix wrong naming style in java wrapper
  • 1f0c031 Update java wrapper for new get size
  • 43e35f1 Fix wrong naming style in dnn_benchmark and apply clang-format
  • 765d546 Determine output name automatically in dnn_benchmark
  • cced7ed Update dnn_benchmark for to get size
  • 3d21350 Disable read onnx by default
  • afdec77 Revert some wrong editions in NeuralNetworksWrapper.h
  • 8f05911 Fix bug in validate_onnx.py -- support non 4d input
  • f2fff56 A more powerful validate_onnx.py. Only dir and dnn_retrieve_result is
  • 5c514fc read onnx by default in validate_onnx.py
  • 4150702 Fix wrong path in validate_onnx.py
  • 896065b Add option to generate NCHW result in dnn_retrieve_result
  • 76d1f8b Support multiple inputs in validate_onnx.py
  • 7e7346c Import argh to handle cli args in dnn_retrieve_result
  • eeeec2d Update dnn_retrieve_result to receive multiple inputs, update
  • cbe6128 Update validate_onnx.py to not set output name
  • fd17f22 Only delete .daq model
  • 39ebfea Not set output explicitly in dnn_retrieve_result
  • b0ff867 Automatically find outputs
  • 5e9fed5 Apply clang-format to onnxconverter
  • 42c8044 Generate code
  • 0a93f71 Prepare to generate code about imm_blob_inputs_ and imm_blob_outputs_
  • 1ed7bb2 Prepare to generate code about tensor_inputs_ and tensor_outputs_
  • 2c00e2e Unify onnx2daq
  • 60ad90b Add separated Convert, Save and GetBuf
  • 3ec2638 First commit for directly onnx reading, at least it compiles
  • 3191182 Update dnn_retrieve_result to receive multiple inputs, update
  • 469bd79 Add DNN_ASSERT_EQ
  • 3c7e7f8 Add const qualifier in some functions
  • a22c6ed Support batch input in model builder
  • da2565d Update AppImage
  • 329df55 Update LICENSE
  • c99b4a0 Upgrade onnx to v1.5.0 and protobuf to v3.7.1
  • 78af419 Remove AS header in cmake

This list of changes was auto generated.