Katsuya Hyodo

Results 47 repositories owned by Katsuya Hyodo

WHENet - ONNX, OpenVINO, TFLite, TensorRT, EdgeTPU, CoreML, TFJS, YOLOv4/YOLOv4-tiny-3L

MobileNetv2-SSDLite

24
Stars
11
Forks
Watchers

My proprietary procedure. Caffe implementation of SSD and SSDLite detection on MobileNetv2, converted from tensorflow.

mtomo

24
Stars
1
Forks
Watchers

Multiple types of NN model optimization environments. It is possible to directly access the host PC GUI and the camera to verify the operation. Intel iHD GPU (iGPU) support. NVIDIA GPU (dGPU) support.

simple_fisheye_calibrator

26
Stars
3
Forks
Watchers

Simple GUI-based correction of fisheye images. The correction parameters specified on the screen can be diverted to opencv's fisheye correction parameters. Supports execution via Docker.

whisper-onnx-cpu

68
Stars
5
Forks
Watchers

ONNX implementation of Whisper. PyTorch free.

onnx2tf

690
Stars
73
Forks
Watchers

Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf)....

whisper-onnx-tensorrt

47
Stars
3
Forks
Watchers

ONNX and TensorRT implementation of Whisper

TensorflowLite-flexdelegate

20
Stars
4
Forks
Watchers

This is a repository for checking the operation of Flex Delegate of Tensorflow.

scs4onnx

51
Stars
1
Forks
Watchers

A very simple tool that compresses the overall size of the ONNX model by aggregating duplicate constant values as much as possible.

hand-gesture-recognition-using-onnx

35
Stars
8
Forks
Watchers

This is a hand gesture recognition program that replaces the entire MediaPipe process with ONNX. Simultaneous detection of multiple palms and a simple tracker are additionally implemented. In addition...