From 321a07de63de4a8c1a0e7c1b2c62a60233b839a4 Mon Sep 17 00:00:00 2001 From: Eternal Reclaimer <98760976+kyegomez@users.noreply.github.com> Date: Sat, 30 Mar 2024 01:27:46 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9d30bf..9fb8b3f 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,18 @@ print(out.shape) ``` +## Train +Dependencies: download and extract the datasets through wget +`wget http://images.cocodataset.org/zips/train2017.zip -O coco_train2017.zip` +`wget http://images.cocodataset.org/zips/val2017.zip -O coco_val2017.zip` +`wget http://images.cocodataset.org/annotations/annotations_trainval2017.zip -O coco_ann2017.zip` + +`python3 train.py` + # License MIT # Todo - [ ] Add paper link - [ ] Add citation bibtex -- [ ] cleanup \ No newline at end of file +- [ ] cleanup