# darknet19-pytorch **Repository Path**: yatengLG/darknet19-pytorch ## Basic Information - **Project Name**: darknet19-pytorch - **Description**: 中英文注释,采用torchvision.models中模型的实现结构. (you can use it same as models of the torchvision) - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2019-11-04 - **Last Updated**: 2022-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README GIthub使用指北: **1.想将项目拷贝到自己帐号下就fork一下.** **2.持续关注项目更新就star一下** **3.watch是设置接收邮件提醒的.** # Darknet19-pytorch 采用了与torchvison中vgg相似的实现方法. ( The implementation method is similar to that of VGG in torchvision. ) 在使用时,与调用torchvision.models中模型相似. (you can use it same as models of the torchvision) welcome **star**, **fork**, **watch**. --- The model structure: ![image](imgs/model.png)