Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Triangle | 177 | 2 months ago | 13 | lgpl-3.0 | Python | |||||
Python bindings to the triangle library | ||||||||||
Caio | 38 | 1 | 25 days ago | 27 | February 07, 2022 | 1 | apache-2.0 | C | ||
Linux AIO c python bindings | ||||||||||
Pysophus | 36 | 4 years ago | 6 | Python | ||||||
Python bindings for Sophus Lie Algebra C++ Library | ||||||||||
Python Wrapper For Yolo | 32 | 6 years ago | 1 | Python | ||||||
Python bindings for YOLO v2 (https://pjreddie.com/darknet/yolo/) with ctypes. | ||||||||||
Pycvodes | 27 | 4 months ago | 68 | December 30, 2020 | 7 | bsd-2-clause | C++ | |||
Python wrapper around cvodes (from the sundials library) | ||||||||||
Libplump | 23 | 4 years ago | 1 | other | C++ | |||||
Library for the Sequence Memoizer and related models | ||||||||||
Python3 | 13 | 3 years ago | Nim | |||||||
Python 3 wrapper for Nim | ||||||||||
Pyopencc | 13 | 10 years ago | apache-2.0 | C | ||||||
OpenCC Python binding | ||||||||||
Ipsetpy | 12 | 6 years ago | 1 | mit | Python | |||||
Interface to allow Python programs to manipulate ipsets. | ||||||||||
Pyeddl | 10 | 10 months ago | 4 | mit | C++ | |||||
Python wrapper for the EDDL library. |
Python bindings for YOLO v2 (https://pjreddie.com/darknet/yolo/) detector function with ctypes.
pip install pillow
git clone https://github.com/pjreddie/darknet
cd darknet
make
wget http://pjreddie.com/media/files/yolo.weights
cd src
gcc -c -fPIC *.c
gcc -shared -fPIC -o libdarknet.so *.o -lc
cp ./libdarknet.so ../
cd ..
Put all your test files to darknet/data directory and run the script.
python python_wrapper.py