Skip to content

[Demo] A simple web UI for remote sensing object detection with YOLO models

License

Notifications You must be signed in to change notification settings

reonokiy/rese

Repository files navigation

ReSe

TL;DR: ReSe is a web ui for one of my course projects. It is a simple web ui for remote sensing object detection.

This website is powered by Vue, UnoCSS and ONNX Runtime. And it completes all calculations entirely on the client side. So, you can use it without any privacy concerns.

Preview

ReSe-Demo.mp4

Core Functions

  • Image previewer like a map application
  • YOLO's ONNX model inference with ONNX Runtime
  • NMS for inference results
  • Visualize detected objects