Kenta Itakura's repositories
blog-post-about-PCA
このページでは、主成分分析について詳しく説明し、MATLABコードによる実装を通した理解の確かめや、Pythonコードによる主成分分析の例を示します。
CNN-classification-using-random-erasing-and-cut-out
This demo shows how to perform random erasing/cut out augmentation in CNN classification using MATLAB.
how-to-calculate-average-precision-for-object-detection
PR曲線を用いた平均適合率の計算の方法についての説明と、実装による理解の確認を行います。
blog-post-about-image-thresholding
2値化について説明したブログ記事のコードや本文のファイルをアップロードしています。
FLIR_thermal_tools
This is the forked repository of FLIR_thermal_tools
pretrained-efficientdet-d0
Object detection and transfer learning using pretrained EfficientDet-D0 model in MATLAB.
Visualizing-a-hyper-plane-in-SVM-classifier
This repo shows how to visualize hyper-plane in SVM (Support Vector Machine).
blog-post-about-python-tips
This repo stores codes and manuscripts for the blog post regarding "python tips".
blog-post-about-voxel-plotter
このリポジトリは、以下のブログ記事で用いられたコードを扱います。
segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
blog-post-about-updating-latlon-info-using-exiftool
このリポジトリでは、exiftoolを用いて画像のメタ情報を確認し、さらに更新する方法について紹介します。
blog-post-about-YOLOv2
This repo stores the draft and code used in the blog post