lab
更新日期:2022/6/42
使用darknet cfg檔請參照
https://github.com/LiaoZihZrong/yolo-fastest/blob/main/yolo-fast.cfg
Learn More →
轉出我們的檔案
git clone https://github.com/LiaoZihZrong/weight-Yolo-fastest-model-h5
python tools/model_converter/convert.py yolo-fast.cfg yolo-fast.weights yolo-fastest.h5
python tools/model_converter/custom_tflite_convert.py --keras_model_file yolo-fastest.h5 --output_file yolo-fastest.tflite
(raspberry pi 4)
pip install tensorflow-2.4.0-cp37-none-linux_armv7l.whl
pip install numpy --upgrade
即可使用!!!
Install GroundingDINO、GroundingSAM Github: https://github.com/IDEA-Research/Grounded-Segment-Anything#installation change to install like this(every MUST same): cuda:11.6 (this need go to Nvidia web, and install finish, you can at /usr/local/cuda-11.6 to find it ! ) Python: 3.9.16 Pytorch: 1.13.1 torch vision: 0.14.1
Jun 1, 2023暫停更新 2022/06/24 LeetCode-Minimun Size Subarray Sum(C++版)-定洲:影片 | 筆記 2022/05/20 LeetCode-Delete Node-Linked List統整(C++版)-定洲:影片 | 筆記 2022/05/20 LeetCode-Reverse Integer(C++版)-定洲:影片 | 筆記 2022/05/06 LeetCode-Add Two Numbers(C++版)-定洲:影片 | 筆記 2022/05/06 LeetCode-Container With Most Water(C++版)-衡安:影片 | 筆記 Supplement 補充資料
Apr 20, 2023更新時間2022/08/18 LFFD(高速人臉辨識): LFFD(原作者-MXNet版/NCNN版)-網址 LFFD(Pytorch版)-網址 LFD (一年多前提出的新版本/支援多類別)-網址 高速YOLO:
Aug 18, 2022全名You Only Look Once V1: You Only Look Once: Unified, Real-Time Object Detection V2: YOLO9000: Better, Faster, Stronger V3: YOLOv3: An Incremental Improvement
Jun 1, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up