文件名称:ssd-tf2:Tensorflow 2.0实现了SSD(单发MultiBox检测器)的超级干净实现
文件大小:19KB
文件格式:ZIP
更新时间:2024-05-23 08:26:46
Python
SSD(单发MultiBox检测器)-Tensorflow 2.0 准备 下载PASCAL VOC数据集(2007或2012)并从./data提取 安装必要的依赖项: pip install -r requirements.txt 训练 训练脚本的参数: >> python train.py --help usage: train.py [-h] [--data-dir DATA_DIR] [--data-year DATA_YEAR] [--arch ARCH] [--batch-size BATCH_SIZE] [--num-batches NUM_BATCHES] [--neg-ratio NEG_RATIO] [--initial-lr INITIAL_LR] [--momentum
【文件预览】:
ssd-tf2-master
----anchor.py(2KB)
----train.py(5KB)
----box_utils.py(7KB)
----test.py(4KB)
----requirements.txt(765B)
----config.yml(337B)
----LICENSE(1KB)
----losses.py(3KB)
----voc_data.py(6KB)
----README.md(3KB)
----network.py(6KB)
----layers.py(4KB)
----voc_eval.py(5KB)
----.gitignore(130B)
----image_utils.py(5KB)