網頁

2026年8月6日 星期四

連細節都秒殺!YOLOE 零樣本辨識黑柴新衣實測


#黑柴 穿新橘色#狗背帶 #YOLOE #零樣本測試
黑柴很不喜歡他的新衣,費了很大勁,才穿上,帶他行走。

這次open vocabulary的設定
model.set_classes([
    "orange dog harness",       # 橘色狗背帶(核心目標)
    "black and tan shiba inu", # 正確強化的黑柴描述
    "black and tan husky" #混淆用
.....
看看會不會誤判

2026年8月4日 星期二

Leetcode 3731 Missing Elements:試試 bitset 與1-line Python set,0ms 擊敗 100% 使用者


0ms CPP bitset Py3 1 liner set速解Leetcode 3731  Find Missing Elements
[Py3 一行解請進]