Joey Ballentine
a7506008c8
Add more gpu-related python bindings ( #5165 )
2 years ago
JeremyRand
575098640c
python: document CMAKE_TOOLCHAIN_FILE env var ( #5229 )
Co-authored-by: Jeremy Rand <jeremyrand@danwin1210.de>
2 years ago
nihui
b4f26237cb
in-house vulkan loader ( #5130 )
* vulkan-driver-loader.md
* static vulkan on apple
2 years ago
Zhenyu ZHAO
a6decad15d
Python ncnn with vulkan ( #5020 )
* add option for enabling vulkan in setup.py
* load winograd type options for pybind.
* enable the usage of humbletim/install-vulkan-sdk in ci
* vulkan-loader with release build
* python setup.py install --vulkan=on
* moltenVK for x86_64 macos
* remove universal2 temporarily
2 years ago
JeremyRand
77c4421fc2
load_param_mem pybind ( #4924 )
Co-authored-by: theflyingzamboni <theaerialzamboni@gmail.com>
2 years ago
nihui
0dbe5a7180
possible fix for issue 4735 ( #4737 )
3 years ago
triple Mu
18a37a270b
Update model_zoo.py ( #4495 )
support yolov8s ncnn
3 years ago
kennybradley
f79daf4071
I added yolov7 tiny to the model zoo since it already exists in the ncnn-assets ( #4693 )
3 years ago
wyushun
68de8a2128
fix output_indexes name ( #4453 )
3 years ago
Jiao Dian's Power Plant
b07c5fc811
Remove unused imports in python ( #4378 )
3 years ago
nihui
6647396667
update release ci ( #4359 )
* update release ci
* find modern glslang
* parallel jobs on windows
3 years ago
Fangjun Kuang
1b83fe4f16
Support mat.numpy() in Python ( #4356 )
3 years ago
Guo Haria
67f52ba73c
Update yolov5.py ( #3656 )
fix rect position bug.
4 years ago
nihui
920aa79f04
drop x86 avx2 fp16 ( #3568 )
4 years ago
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