怎麼在mediapipe中只保留框體資訊

2021-09-29 06:41:37 字數 1308 閱讀 7181

發現 mediapipe 框架 顯示人臉框體這塊, 會出現 face, 相似度 ,還有5個小圓圈 等資訊,

於是想著 去掉這些顯示, 只留下框體…

恩,是其他不顯示

那麼位置 又在**呢?

對於 人臉檢測 demo 而言…

檔案mediapipe-master/mediapipe/util/annotation_renderer.cc

for

(const

auto

& annotation : render_data.

render_annotations()

)else

if(annotation.

data_case()

== renderannotation::kroundedrectangle)

else

if(annotation.

data_case()

== renderannotation::kfilledrectangle)

else

if(annotation.

data_case()

== renderannotation::kfilledroundedrectangle)

else

if(annotation.

data_case()

== renderannotation::koval)

else

if(annotation.

data_case()

== renderannotation::kfilledoval)

else

if(annotation.

data_case()

== renderannotation::ktext)

else

if(annotation.

data_case()

== renderannotation::kpoint)

else

if(annotation.

data_case()

== renderannotation::kline)

else

if(annotation.

data_case()

== renderannotation::kgradientline)

else

if(annotation.

data_case()

== renderannotation::karrow)

else

}}

關於在datepicker中,只選年月

有這麼個需求,datepicker預設是選某個具體的日子的,但是現在只選到年月為止,solution html如下 date 在datepicker中配置如下 1 2345 6789 1011 date picker datepicker 在style裡新增這麼一句 ui datepicker ca...

在HTML中怎麼表示空格

標記解釋 它叫不換行空格,全稱no break space,它是最常見和我們使用最多的空格,大多數的人可能只接觸了 它是按下space鍵產生的空格。在html中,如果你用空格鍵產生此空格,空格是不會累加的 只算1個 要使用html實體表示才可累加,該空格佔據寬度受字型影響明顯而強烈。它叫 半形空格 ...

在trigger中實現只修改插入的行

做乙個表的 insert 的trigger 目的是只修改插入行的字段。create orreplace trigger tr rme slot before insert onrme slot foreach row begin if new.position 0and new.position 1...