- Taiwan, Taipei
-
16:14
(UTC +08:00) - @weichenpai
- https://huggingface.co/nickpai
- https://medium.com/@weichenpai
-
vehicle-distance-measurement Public
A toolset for converting BDD100K annotations to custom formats, calculating object distances in images.
C++ MIT License UpdatedMar 17, 2025 -
opencv-plane-arrange Public
This program combines three image planes of different sizes and colors into a 1920x1080 screen buffer and displays the result using OpenCV. It demonstrates basic image manipulation and composition …
C++ UpdatedFeb 24, 2025 -
opencv-framebuffer Public
This project captures live video from the default camera, stores the last 10 frames in a buffer, calculates and displays the FPS (Frames Per Second), and prints memory addresses of the frames. It u…
C++ UpdatedFeb 24, 2025 -
This repository provides an interactive image colorization tool that leverages Stable Diffusion (SDXL) and BLIP for user-controlled color generation. With a retrained model using the ControlNet app…
-
ViT-Classification-CIFAR10 Public
This repository contains an implementation of the Vision Transformer (ViT) from scratch using PyTorch. The model is applied to the CIFAR-10 dataset for image classification.
-
This notebook implements a basic attention mechanism to demonstrate its functionality using a simple RGB matrix as an input. It includes steps for creating random matrices for RGB channels, computi…
-
sorting-algorithms Public
This repository provides implementations of several sorting algorithms, widely used in computer science for ordering data. These algorithms differ in terms of complexity, efficiency, and use cases.
Jupyter Notebook UpdatedOct 5, 2024 -
diffusion-model-from-scratch Public
Forked from dtransposed/code_videos -
Awesome-Image-Colorization Public
Forked from MarkMoHR/Awesome-Image-Colorization📚 A collection of Deep Learning based Image Colorization and Video Colorization papers.
UpdatedSep 8, 2024 -
Controlling a Bluetooth speaker by gesture recognition enables users to adjust volume, skip tracks, and perform other functions through hand movements, eliminating the need for physical interaction.
-
-
This repository contains Python scripts for preparing and augmenting the COCO 2017 dataset for image colorization tasks.
-
Kmeans-Clustering Public
K-means clustering is an algorithm that groups similar data points into a predetermined number of clusters by minimizing the sum of squared distances between data points and their cluster centroids.
-
pytorch-stable-diffusion Public
Forked from hkproj/pytorch-stable-diffusionStable Diffusion implemented from scratch in PyTorch
Jupyter Notebook MIT License UpdatedFeb 22, 2024 -
Magic-Projection Public
This assignment involves creating three magical tricks using computer vision techniques.
Python UpdatedFeb 14, 2024 -
HEIC-to-JPEG Public
This repository contains a Python script, heic_to_jpeg.py, designed to convert HEIC files to JPEG format. The script utilizes the Pillow and pillow-heif packages for efficient image processing.
-
GoogleAPI-Download-File Public
Download file on google drive via google provided API.
Python UpdatedSep 20, 2023 -
GCP-Colorization Public
Forked from ToTheBeginning/GCP-ColorizationOfficial code for ICCV 2021 paper "Towards Vivid and Diverse Image Colorization with Generative Color Prior".
Python Apache License 2.0 UpdatedAug 1, 2023 -
GLLRE Public
Implement of paper "Image segmentation based on gray level and local relative entropy two dimensional histogram"
Python MIT License UpdatedJun 11, 2023 -
Fore-Background Public
Separate Image into foreground image and background image
Python MIT License UpdatedJun 9, 2023 -
-
-
-
-
-
Video-Shot-Detection Public
Video shot detection is a computer vision technique used to automatically identify the boundaries between shots in a video sequence.
-
Updated
Apr 28, 2023 -
Installation Guide for AutoAvatar
UpdatedApr 28, 2023 -
ICP-Point-Cloud Public
Iterative Closet Point (ICP) is an algorithm employed to minimize the difference of two point clouds
-