From 5976996a13d2a57a952bc49a0aa0f166d889df4a Mon Sep 17 00:00:00 2001 From: Robin Cole Date: Thu, 30 May 2024 06:02:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bc8ae008..06d8b463 100644 --- a/README.md +++ b/README.md @@ -1451,6 +1451,8 @@ Detecting the most noticeable or important object in a scene - [wakemodel_llmassist](https://github.com/pbeukema/wakemodel_llmassist) -> wake detection in Sentinel-2, uses an EfficientNet-B0 architecture adapted for keypoint detection +- [ORFENet](https://github.com/dyl96/ORFENet) -> Tiny Object Detection in Remote Sensing Images Based on Object Reconstruction and Multiple Receptive Field Adaptive Feature Enhancement. Uses LEVIR-Ship & AI-TODv2 datasets + ### Object detection - Cars, vehicles & trains - [Detection of parkinglots and driveways with retinanet](https://github.com/spiyer99/retinanet)