- Aug 09 Tue 2022 15:48
-
Git conflicts(衝突)是什麼?如何處理?
- Jul 19 Tue 2022 19:15
-
Yolo v4 for Windows with GTX 1660 Ti

Download
yolov4.weights file 245 MB: yolov4.weights (Google-drive mirror yolov4.weights )yolov4-tiny.cfg - 40.2% mAP@0.5 - 371(1080Ti) FPS / 330(RTX2070) FPS - 6.9 BFlops - 23.1 MB: yolov4-tiny.weights
Download Darknet zip-archive with the latest commit and uncompress it: master.zip
- Jun 08 Wed 2022 10:02
-
Case study

FFT spectrum amplitude using median filters with different kernel sizes
ex13_socre_median_filters.py
FFT spectrum amplitude using different filters, including median filter, moving average filter, and Laplacian filter.
- Jun 04 Sat 2022 10:47
-
BLS-Regression_MATLAB

宽度学习系统(Broad Learning System, BLS)
load abalone; %for this data set NumFea= 6 NumWin=5 NumEnhan=41;
- May 31 Tue 2022 22:50
-
Unity Project 2
- May 31 Tue 2022 10:42
-
Install Unity 2020.3

I've studied roll-a-ball the last few days.
Today, I wanna learn another project. However, my Unity version, 2021.3, is mismatched with the required 2020.3. For that reason, I couldn't start learning @@.
- May 27 Fri 2022 09:21
-
Unity is not as hard as I thought before

Unity is not as hard as I thought, although I am a newbie in this field. I believe my little step leads me to the future. After a day of playing in the Unity world for the first time. I felt great when I finished a small project. In this project, I tried to integrate EmguCV, which is a wrapped OpenCV for .net framework, into the Unity C# program and did a simple face detection. Each face's location represents an NBA player's position. For example, Stephen Curry is corresponding to face #0, Lebron James is face #1, and Ja Morant is face #2. As the video plays, all the NBA players can move to the locations according to their face numbers.
It's so fun for the beginner, isn't it?
- May 24 Tue 2022 11:41
-
Install Power Mode in VSCode

First, input the keyword "power" in the external module, and choose Power Mode
remember to enable powermode, then you can see the special effects when you start typing.
- Mar 27 Sun 2022 20:44
-
How to get rows and columns of a certain mask in Halcon MVtec?
Let's suppose that Region to be a mask of a gray-level image after the threshold process.
Here is an example of how to get all the rows and columns of the Region in Halcon.
get_region_points (Region, Rows, Columns)
tuple_sort_index (Columns, Indices)
Here is an example of how to get all the rows and columns of the Region in Halcon.
get_region_points (Region, Rows, Columns)
tuple_sort_index (Columns, Indices)
- Mar 26 Sat 2022 20:45
-
Camera Calibrartion
1. Camera calibration with square chessboard
2. Real Time pose estimation of a textured object
- Mar 26 Sat 2022 11:27
-
FastAPI Tutorial - Building RESTful APIs with Python
- Mar 25 Fri 2022 08:55
-
Creating a simple FastAPI program with uvicorn


