Skip to content

notebook

zhangbiwu edited this page Dec 9, 2021 · 6 revisions

AI

图像检索github开源

非常完整的一个github开源:图片内容检索。包括了数据集。

舞姿识别

FAQ

sleep.py

import time

while(True):
    print ("sleeping. ")
    time.sleep(2)
Clone this wiki locally