Fix lỗi “Arguments array must have arguments.” khi run Angular unit test: Nguyên nhân: chưa cung cấp đủ các dependency cho constructor của component trong bước khởi tạo Giải pháp: cung cấp các dependencies còn thiếu để How: Step 1: Comment các dependencies trong constructor của component, mở từng dependency...
[Read More]
Most common rxjs operators
Most common rxjs operators can be misunderstood
Most common rxjs operators
[Read More]
Install Python and OpenCV library
In this guide, install python and opencv are implemented
Install Python
We have 2 main versions of Python: Python 2.x and Python 3.x. 3.x is more popular.
(see the difference)
[Read More]
Integrate YOLO model on NVIDIA Jetson TX2
Install and implement application
Build-Yolo-model-on-Jetson-TX2 Step by step in building Yolo model on Jetson TX2 You have to prepare your host computer, it includes Ubuntu OS (18.4 or 16.04). I am not sure about v18.04, I used v16.04. One more thing, You can run on a real machine, you also install Ubuntu dual your...
[Read More]