103 skills found · Page 1 of 4
rogersce / Cnpylibrary to read/write .npy and .npz files in C/C++
kwikteam / Npy MatlabExperimental code to read/write NumPy .NPY files in MATLAB
npcole / NpyscreenUser interfaces for the terminal without all that mucking about in hyperspace.
llohse / LibnpyC++ library for reading and writing of numpy's .npy files
csmailis / NPYViewerLoad and view .npy files containing 2D and 1D NumPy arrays.
jaeho3690 / LIDC IDRI PreprocessingThis is the preprocessing step of the LIDC-IDRI dataset
fhs / NPZ.jlA Julia package that provides support for reading and writing Numpy .npy and .npz files
vtr0n / NpyscreenFork from https://code.google.com/archive/p/npyscreen/
aplbrain / NpyjsRead numpy .npy files in JavaScript
jturner314 / Ndarray Npy.npy and .npz file format support for ndarray
htwaijry / Npy4thNumpy format for Torch
xor2k / Npy Append ArrayCreate Numpy .npy files by appending on the growth axis
sbinet / Npyionpyio provides read/write access to numpy data files.
hasancaslan / BeautifulPointCloudTransform your point cloud data into beautifully rendered 3D images.
dabeschte / NpybvhBiovision Hierarchy (BVH) reader for python with numpy pose output
kshedden / GonpyRead and write Numpy binary files (.npy files) in Golang
JetBrains-Research / NpyNPY and NPZ support for the JVM
shreyas0906 / Object Detection With Deep Learning And Sliding WindowIntroduces an approach for object detection in an image with sliding window. The repository contains three files, make_data.py reads the image in gray scale and converts the image into a numpy array. The labels are also appended based on the file name. In this case, if the file name starts with "trn", then 1 is appended else 0. Finally, all the images and labels are saved into .npy file. The test-model-1.py file loads the images and converts the labels into two categories as we are doing binary classification of images. The model is built using keras with theano as backend. In this case, the best training accuracy was 80% since the data was just 500 images and the testing accuracy was 67%
MRedies / NPY For FortranA FORTRAN module to write Numpy's *.npy and *.npz files
LaurentMazare / Npy OcamlNumpy file format support for ocaml.