随笔分类 - labelImg
摘要:def convert(size, box): dw = 1. / (size[0]) dh = 1. / (size[1]) x = (box[0] + box[1]) / 2.0 - 1 y = (box[2] + box[3]) / 2.0 - 1 w = box[1] - box[0] h
阅读全文
摘要:ZT台式机 Tensorflow配置 1、安装Anaconda (最好不要安装在C盘) 安装参考:https://blog.csdn.net/weixin_50888378/article/details/109022585 2、安装Protoc ①解压protoc-3.11.4-win64.zip
阅读全文
摘要:台式机labelme (base) C:\Users\Administrator>labelme [INFO ] __init__:get_config:71 - Loading config file from: C:\Users\Administrator\.labelmerc External
阅读全文
摘要:img_data_box_1500 798.jpg /home/luo/TensorflowProject/labelImg/img_data_box_1500/798.jpg Unknown 160 117 3 0
阅读全文