Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pytorch_yolov3 / MANIFEST.in
Size: Mime:
include *.txt
include *.md
include *.cfg
include *.pkl
recursive-include ./pytorch_yolov3/*


include pytorch_yolov3/VERSION

include ./requirements.txt
exclude *.log

exclude pytorch_yolov3/weights/yolov2.weights
include pytorch_yolov3/weights/yolov3.weights
exclude pytorch_yolov3/weights/yolov3-tiny.weights
exclude pytorch_yolov3/weights/darknet53.conf.74
include pytorch_yolov3/data/coco.names
include pytorch_yolov3/config/yolov3.cfg

recursive-exclude * __pycache__
recursive-exclude * *.py[co]