Skip to content

Commit 529d6aa

Browse files
committed
modify post
1 parent 2dc5a06 commit 529d6aa

5 files changed

Lines changed: 23 additions & 3 deletions

File tree

source/_posts/2024-04-28-3d-print-rc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ XT60 的線規為 12AWG,參考[AWG 尺寸對照表](https://zh.wikipedia.org/z
8383
通道則依說明書指示,1 是控制左右方向,2 是前進後退。
8484
![](/assets/remote_control_2.png)
8585

86-
# 成品
86+
# 心得
8787

8888
實際跑起來,使用 PLA 材質的馬達齒輪蠻容易滑牙。
8989

source/_posts/2026-02-03-nextcloud-nas-memories.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,31 @@ docker exec -it nextcloud php occ recognize:download-models
119119
下載完後,臉部識別還未執行
120120
![](/assets/recognize_models2.png)
121121

122-
輸入指令立刻開始辨識
122+
輸入指令立刻開始辨識,這裡視照片量而定,通常花費最多時間。
123123
```shell
124124
docker exec -it nextcloud php occ recognize:classify
125125
```
126126

127127
![](/assets/recognize_models3.png)
128128

129-
完成後,回到「人物」
129+
完成後,回到「人物」卻還是空的
130+
![](/assets/empty_face.png)
131+
132+
輸入指令要求針對臉部進行分類
133+
```shell
134+
docker exec -it nextcloud php occ recognize:cluster-faces
135+
```
136+
137+
會看到以下輸出
138+
```
139+
Clustering face detections for user Mike
140+
ClusterDebug: Retrieving face detections for user Mike
141+
ClusterDebug: Found 6508 fresh detections. Adding 0 old detections and 0 sampled detections from already existing clusters. Calculating clusters on 6508 detections.
142+
```
143+
144+
再次回到「人物」就有囉
145+
![](/assets/faces.png)
146+
147+
辨識下來,沒有分類的很好,需要手動整理一下
148+
可開啟「在預覽中標記人」後,進行修正。
149+
![](/assets/face_classify.png)

source/assets/empty_face.png

7.56 KB
Loading

source/assets/face_classify.png

6.67 KB
Loading

source/assets/faces.png

111 KB
Loading

0 commit comments

Comments
 (0)