From bb8d6e22d8211aad1cd56f698723db8812bd6623 Mon Sep 17 00:00:00 2001 From: Sibo Zhu Date: Sun, 30 Aug 2020 10:12:23 -0400 Subject: [PATCH] update pretrained weights download link --- CVC-YOLOv3/README.md | 2 ++ RektNet/README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CVC-YOLOv3/README.md b/CVC-YOLOv3/README.md index daf0ebe..31bf09d 100644 --- a/CVC-YOLOv3/README.md +++ b/CVC-YOLOv3/README.md @@ -89,6 +89,8 @@ Once you've finished training, you can access the weights file in `./outputs/` ### 3.Inference +#### To download our pretrained YOLO weights for *Formula Student Standard*, click ***[here](https://storage.googleapis.com/mit-driverless-open-source/pretrained_yolo.weights)*** + ``` python3 detect.py --model_cfg= --target_path= --weights_path= ``` diff --git a/RektNet/README.md b/RektNet/README.md index 340cb40..19c0989 100644 --- a/RektNet/README.md +++ b/RektNet/README.md @@ -51,6 +51,9 @@ Once you've finished training, you can access the weights file in `./outputs/` ### 3.Inference +#### To download our pretrained Keypoints weights for *Formula Student Standard*, click ***[here](https://storage.googleapis.com/mit-driverless-open-source/pretrained_kpt.pt)*** + + ``` python3 detect.py --model= --img= ```