From cf0689e56714edef4e8a5dcbf4e5db0cb90b4b7d Mon Sep 17 00:00:00 2001 From: Frank Xu Date: Wed, 5 Mar 2025 11:42:26 -0500 Subject: [PATCH] add lab 2 readme.md --- lab02_Gun_detection_fasterRCNN/README.md | 2 +- .../{markdown => images}/image_annotation.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename lab02_Gun_detection_fasterRCNN/{markdown => images}/image_annotation.png (100%) diff --git a/lab02_Gun_detection_fasterRCNN/README.md b/lab02_Gun_detection_fasterRCNN/README.md index b35fe17..1e17eb9 100644 --- a/lab02_Gun_detection_fasterRCNN/README.md +++ b/lab02_Gun_detection_fasterRCNN/README.md @@ -57,7 +57,7 @@ The annotations are parsed into bounding boxes and labels, where: An example training image with annotations -annotated image +annotated image ## R-CNN and Fast R-CNN Algorithm diff --git a/lab02_Gun_detection_fasterRCNN/markdown/image_annotation.png b/lab02_Gun_detection_fasterRCNN/images/image_annotation.png similarity index 100% rename from lab02_Gun_detection_fasterRCNN/markdown/image_annotation.png rename to lab02_Gun_detection_fasterRCNN/images/image_annotation.png