nihui
f10cc6dd93
initial data structure changes for 3dcnn, conv3d, pooling3d ( #3378 )
Co-authored-by: ElvisYu <elvisyuovo@gmail.com>
Co-authored-by: 余浩文 <m18107220188@163.com>
Co-authored-by: Zr2223 <67497651+Zr2223@users.noreply.github.com>
4 years ago
nihui
f4f7fabe27
fix python wheel, parallel 3 for macos tasks ( #3396 )
4 years ago
Nixon Dutta
e8a8e0a874
Corrected the path for python version installation ( #3293 )
4 years ago
Tijmen Verhulsdonck
eaa7e24db6
Added ability to switch AVX/AVX2 during runtime ( #3076 )
4 years ago
li mengyang
be054aacb0
some misspell ( #3046 )
* just a spell check
* some misspell
4 years ago
uniartisan
a9ff73041b
fix video load error in python examples[yolov4] ( #3005 )
5 years ago
Zhiqiang Wang
ccc597740f
Fixing TypeError assertions in test_extractor.py ( #2968 )
* Fixing TypeError assertions in pytest
* Add Compiled Python files to gitignore
5 years ago
Zhiqiang Wang
be5a912052
Fixing Python classifiers and disable aarch64 ( #2949 )
* Fixing classifiers of Pypi for local compliler
* Disable aarch64 in building Python
5 years ago
Cai Shanli
8cc8cd716a
Add get input and output names ( #2890 )
5 years ago
nihui
5fe75f19ef
architecture changes for int8 packing ( #2771 )
* quantize and dequantize tests
* unify activation and usability function
* drop NCNN_REQUANT cmake option, test dequantize requantize pack8, fix webassembly build
* benchmark use requantize int8 model
5 years ago
Cai Shanli
e9a61b3e64
fix python return value policy ( #2756 )
5 years ago
nihui
67e24e0703
use local pool allocator ( #2736 )
* use local pool allocator
* detach extract feat from local allocator
* fix test
5 years ago
Cai Shanli
64ef781a9c
add test python vulkan ( #2754 )
* add test python vulkan
* add python vulkan ci on linux with 3.6 and 3.8
* fix ci vulkan icd
5 years ago
Cai Shanli
f5b307689b
fix net and extractor destroy order when use vulkan ( #2732 )
5 years ago
Cai Shanli
2edb3ed7a4
nanodet python demo ( #2723 )
* nanodet python demo
* add clip
* fix clip wh
* remove nms package requirement
5 years ago
zylo117
31bc57b1e2
fix a missing import in python setup.py ( #2691 )
5 years ago
Cai Shanli
90a1fa158d
Fix model zoo download ( #2660 )
* fix model zoo download files
* fix yolov4.bin download split
* fix python/examples/shufflenetv2
5 years ago
Cai Shanli
eb6797ac7d
fix model zoo download files ( #2659 )
5 years ago
Cai Shanli
18980d717e
release to pypi on windows, linux and macos ( #2644 )
* release python
* fix twine upload only push tags, fix linux bdist_wheel so path error
* fix long_description_content_type
* remove log print
* set cibuildwheel version 1.6.3
* add pyproject.toml
* set release python only on push tag
* add ci build python 2.7
* remove python2.7; update readme.md
5 years ago
nihui
329e2eeae8
upload wheel to pypi ( #2633 ) ( #2638 )
Co-authored-by: Cai Shanli <caishanli25@gmail.com>
5 years ago
Cai Shanli
69eee9228a
add pytest extractor ( #2598 )
5 years ago
Cai Shanli
2785398eca
add pytest net ( #2593 )
* add pytest net
* fix typo error
* fix header year
5 years ago
Cai Shanli
30e949bd8b
add pytest allocator ( #2584 )
5 years ago
Cai Shanli
e246dba39b
add pytest option ( #2587 )
5 years ago
mosheliv
ba70b2f780
Update README.md ( #2581 )
* Update README.md
type in pip command to install requirements
* Update model_store.py
fix not working url. the models in the previous url were just stub.
5 years ago
Cai Shanli
6dc21825eb
add python build ci on mac and windows ( #2566 )
add test mat, blob and paramdict
fix README.md build
print mat'data in python
5 years ago
Cai Shanli
a5560340e0
add python build ci ( #2550 )
fix build python with lastest ncnn
5 years ago
Cai Shanli
bf845a6fe3
add python ( #2514 )
* add python
* check elempack when convert ncnn.Mat to numpy.ndarray
fix build with NCNN_STRING=OFF
5 years ago
nihui
242e556b7e
mention python binding
6 years ago