[opencv] OpenLabeling目標標記工具
發表於 : 2022-07-06, 11:12
參考資料:https://github.com/Cartucho/OpenLabeling
前置作業
安裝python
安裝模組
# requirements.txt
置入影片或圖片
將圖片、影片放入input資料夾
設定目標名稱
開啟 class_list.txt
輸入lable名稱
執行程式
python main.py
key Description
a/d previous/next image
s/w previous/next class
e edges
h help
q quit
Key Description
p predict the next frames' labels
製作模型yaml檔
viewtopic.php?f=16&t=155
訓練模型
viewtopic.php?f=16&t=155
前置作業
安裝python
安裝模組
# requirements.txt
代碼: 選擇全部
lxml==4.3.0
numpy==1.16.0
opencv-contrib-python==3.4.9.33
tqdm==4.29.1將圖片、影片放入input資料夾
設定目標名稱
開啟 class_list.txt
輸入lable名稱
執行程式
python main.py
key Description
a/d previous/next image
s/w previous/next class
e edges
h help
q quit
Key Description
p predict the next frames' labels
製作模型yaml檔
viewtopic.php?f=16&t=155
訓練模型
viewtopic.php?f=16&t=155