modified the code specifications

pull/12072/head
wsq3 4 years ago
parent e031e60a6e
commit 1b3befdeb2

@ -44,7 +44,7 @@ Dataset used: [COCO2014](https://cocodataset.org/#download)
- Dataset size: 19G, 123,287 images, 80 object categories.
- Train13G, 82,783 images
- Val6GM, 40,504 images
- Val6G, 40,504 images
- Annotations: 241M, Train/Val annotations
- Data formatzip files
- NoteData will be processed in yolo_dataset.py, and unzip files before uses it.

@ -66,8 +66,6 @@ def load_backbone(net, ckpt_path, args):
else:
param_not_load.append(param.name)
print("not loading param is :", len(param_not_load))
for param_name in param_not_load:
print("param_name not load:", param_name)
return net

Loading…
Cancel
Save