tensorlayer3/readme.txt

10 lines
305 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Issue2:
1.文件说明:
1)data中存放了coco数据集
2)docker文件夹中存放了cuda_docker文件
3)resnet_v1存放了resnet的backbone
4)network中为基础网络层
5)其他各文件依据文件名分别实现了SPP,FPN,NMS等
6)demo文件为测试文件train_val文件为训练文件