48 skills found · Page 1 of 2
rogersce / Cnpylibrary to read/write .npy and .npz files in C/C++
kwikteam / Npy MatlabExperimental code to read/write NumPy .NPY files in MATLAB
llohse / LibnpyC++ library for reading and writing of numpy's .npy files
csmailis / NPYViewerLoad and view .npy files containing 2D and 1D NumPy arrays.
fhs / NPZ.jlA Julia package that provides support for reading and writing Numpy .npy and .npz files
aplbrain / NpyjsRead numpy .npy files in JavaScript
jturner314 / Ndarray Npy.npy and .npz file format support for ndarray
xor2k / Npy Append ArrayCreate Numpy .npy files by appending on the growth axis
kshedden / GonpyRead and write Numpy binary files (.npy files) in Golang
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
haochengxia / Vscode Pydata ViewerDisplay PyData files (.npz .npy .pkl .pth) in VSCode.
RahhulDd / FbxToNpyConverterScript to process and convert .fbx file format to .npy file format only for human motion analysis
ExpHP / NpyzRust crate for numpy NPY files
ankane / NpySave and load NumPy npy and npz files in Ruby
matajoh / LibnpyMulti-platform C++ library for reading and writing NPY and NPZ files, with an additional .NET interface
haochengxia / Vscode Numpy ViewerDisplay (binary) .npy or .npz files in VSCode.
rximg / Npviewernpviewer is an application that allows you to visualize the data in numpy's npy files in the form of heat maps. The application automatically selects the appropriate dimensions for display based on different modes.
marcoheisig / Numpy File FormatRead and write Numpy .npy and .npz files.
ludwigschubert / Js Numpy ParserA JS parser for (binary) `.npy` files.