Add models to the Hub

#3
by osanseviero HF staff - opened

The existing model files are downloaded from a GitHub release

os.system("wget https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7.pt")
os.system("wget https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-e6e.pt")
os.system("wget https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-e6.pt")

It would be great to have model repos for these. cc @NimaBoscarino

@osanseviero thanks, starting uploading them, wifi is slow at hotel, will update tomorrow, also made a org for easier collaboration, can also move this space there: https://huggingface.co/Yolov7, cc: @NimaBoscarino

Sign up or log in to comment