- Jul 19 Tue 2022 19:15
Yolo v4 for Windows with GTX 1660 Ti
- Jun 08 Wed 2022 10:02
Case study
FFT spectrum amplitude using median filters with different kernel sizes
- Jun 04 Sat 2022 10:47
BLS-Regression_MATLAB
- 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.
- 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.
- May 24 Tue 2022 11:41
Install Power Mode in VSCode
First, input the keyword "power" in the external module, and choose Power Mode
- 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.
- Mar 26 Sat 2022 20:45
Camera Calibrartion
- 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
- Mar 18 Fri 2022 09:33
Quick Review for Python
cities = ["台南","雲林","高雄","屏東"]
- Mar 04 Fri 2022 11:48
Import OpenStreetMap Data into Driving Scenario
- Feb 24 Thu 2022 08:48
How to Send E-mail in MATLAB with a Gmail account?
- Jan 06 Thu 2022 09:40
Android RecyclerView and CardView Tutorial
- Jan 01 Sat 2022 15:21
How to connect android with Firebase database?
Insert the latest version of firebase into the dependencies of the Gradle
- Jan 01 Sat 2022 14:42
How to send email in Android Studio?
- Dec 31 Fri 2021 20:12
How to Take a Picture in Android Studio
- Dec 23 Thu 2021 10:28
How to Create a Thread and Update UI in Android Studio?
- Dec 16 Thu 2021 08:48
Camera Preview in Android Studio with OpenCV
Unfortunately, the example[1] does not work for me and there were also some users who had the same problem.
- Dec 13 Mon 2021 11:40
Video Streaming Solutions
Since streaming is becoming more and more important in real-world applications, I'm gonna take some effort on surveying how
- Dec 13 Mon 2021 11:35
Solution for an obsoleted API: startActivityForResult
- Dec 08 Wed 2021 08:43
Two Extra Settings for Using WebView in Android Studio
- Dec 04 Sat 2021 11:02
android和js的互動之jsbridge使用教程
Here is a simple tutorial about the interaction between Android App and Js
- Dec 03 Fri 2021 09:57
A First Class for Kotlin
Since Kotlin has been a part of Android Studio, why not start learning it?
- Nov 30 Tue 2021 19:52
How to import OpenCV module into Android Studio Correctly?
- Nov 28 Sun 2021 16:37
An Android Gridview Example
1. add a button in activity_main.xml
- Nov 26 Fri 2021 19:33
How to Add and Android Activity Manually
Add a new package
- Nov 13 Sat 2021 10:59
A Quick Start Developing Deep Neural Networks by Using R with Keras/Tensorflow
- Oct 07 Thu 2021 10:53
Camera Drones Supported from MATLAB
- Oct 01 Fri 2021 10:20
Qt QML Book
- Sep 29 Wed 2021 08:50
My First Class for AWS EC2
Yesterday, I created an EC2 Windows instance and started to get familiar with it.
- Sep 28 Tue 2021 09:48
Creating a Virtual Machine on AWS
Today I'm gonna give a try of how to build a virtual machine on AWS in order to integrate my LINEBOT applications
- Sep 27 Mon 2021 10:51
Developing a Line Bot
- Sep 26 Sun 2021 14:30
Install Heroku and Deploy a Flask Web API
- Sep 19 Sun 2021 09:09
Install MySQL community
google "MySQL community"
- Sep 13 Mon 2021 10:14
A Simple C# window form Application using SQLite and Dapper
nuGet管理套件安裝
- Aug 31 Tue 2021 14:02
A small pygame project
> git status
- May 31 Mon 2021 09:22
Google Meet + Classroom 教師手冊 / 附錄:如何製作教學影片
- Apr 07 Wed 2021 08:01
What is ONNX?
- Mar 15 Mon 2021 10:11
Install PyTorch with Anaconda
You have to install Spyder before Pytorch installation.
- Mar 10 Wed 2021 09:24
YOLOv4-Based 3D Object Tracking
- Feb 22 Mon 2021 13:50
[軟體工程師雜談] 輕鬆搞懂開源程式碼(open source)的授權(license) : apache, mit, bsd, gpl, lgpl, agpl
A good introduction to those who want to understand the differences between MIT, GPL, LGPL licenses.
- Feb 19 Fri 2021 04:12
Convolutional Neural Networks (CNN)
Here is a collection of related Convolutional Neural Networks tutorials that involve object detection and localization.
- Feb 19 Fri 2021 03:20
Keras installation with Anaconda
cuda_10.1.105_418.96_win10
- Feb 07 Sun 2021 10:28
How to calculate the number of parameters in CNN model?
import keras
from keras import layers
from keras import models
print('keras version: {}'.format(keras.__version__))
model = models.Sequential()
model.add(layers.Conv2D(32, (3, 3), activation='relu', input_shape=(28, 28, 1)))
model.summary()
- Feb 03 Wed 2021 09:21
How to show an image in a figure instead of a back-end display?
- Jan 07 Thu 2021 10:38
A Collection of Tutorial for Convolutional Neural Networks
- Jan 04 Mon 2021 16:53
How to import a C++ class from a dll file?
- Nov 24 Tue 2020 09:01
小奧數學歷屆臺灣區初賽試題
- Nov 20 Fri 2020 15:00
Quick Start for Writing a Paper Using LaTex
- Nov 20 Fri 2020 10:28
First class for learning LaTex
- Oct 21 Wed 2020 15:16
Windows 10 上適用於 Linux 的 Windows 子系統安裝指南
- Sep 17 Thu 2020 10:48
How to create a library with Qt and load an image using OpenCV
- Sep 14 Mon 2020 16:26
A Simple Image Viewer Example Using Qt 5
- Sep 01 Tue 2020 12:24
OpenVino with Intel Neural Compute Stick 2
- Aug 31 Mon 2020 09:56
[Design Pattern] 代理模式 (Proxy Pattern)
- Jun 12 Fri 2020 11:29
A collection of QGraphicsView tutorials and applications
- May 28 Thu 2020 17:08
Multiple Object Tracking Benchmark