EfficientDet series (1)-PyTorch-EfficientDet environment construction

Install PyTorch

Reference: Win10 system PyTorch installation

Download PyTorch-EfficientDet source code

git clone https://github.com/signatrix/efficientdet.git
ps: If the download is slow, you can import gitee, and then download from gitee, as shown below
github import gitee

Guess you like

Origin blog.csdn.net/qq122716072/article/details/109226161