YOLO模型V1版本
1、论文里提到bounding box的(x,y)值表示什么意思呢?
原论文: Each bounding box consists of 5 predictions: x, y, w, h, and confidence. The (x, y) coordinates represent the center of the bo…
MRWord\pages\infopage\info.py
def read_random_word(self) def read_random_word(self):"""随机读取一条数据"""sql "SELECT * FROM word WHERE id (SELECT word_id FROM today ORDER BY RANDOM() limit 1)"rows select_data(sq…