Skip to content
@npng-lab

P.N.G Lab

Satellite Image Building Area Segmentation Lab

📌 Building Damage Analysis via Satellite Imagery

The project for developing a disaster response system and building damage assessment using satellite image segmentation.

위성사진 세그멘테이션을 활용한 건물 손상률 평가 및 재난 대책 시스템 개발 프로젝트


🚀 INTRODUCTION

재난 상황에서 신속하고 정확한 건물 손상 평가와 대응은 중요한 과제이다.
이 프로젝트는 위성 이미지를 활용하여 자동으로 건물 손상률을 평가하고, 재난 대응을 지원하는 시스템을 개발하는 것을 목표로 한다.

  • Challenge of Rapid Damage Assessment : 자연재해 발생 시, 신속하고 정확한 건물 손상 평가가 어려움
  • Inefficiency of Traditional Analysis Methods : 기존 손상 분석 기법은 많은 시간이 소요되며, 인적 오류 가능성이 큼
  • Inconsistent Disaster Response Systems : 재난 대응 시스템이 일관되지 않아 피해 규모를 신속히 파악하기 어려움

🔗데모 보기 | 🔗문서 보기


✨ FEATURES

  • Automated Damage Classification : 위성 이미지를 분석하여 건물 손상 여부를 자동으로 분류하는 딥러닝 모델 제공

    • 다양한 자연재해(지진, 홍수, 태풍 등) 상황에 적용 가능
  • Visual Damage Dashboard : 손상 평가 결과를 시각적으로 보여주는 대시보드 제공

    • 지도 상에서 건물의 손상 정도를 직관적으로 표현
  • Real-time Disaster Response System : 실시간 재난 대응을 위한 알림 및 리포팅 시스템

    • 자동화된 손상 평가 결과에 따라 필요한 대응 조치를 권장하고 알림 전송

🛠️ INSTALLATION

이 리포지토리를 클론 :

git clone https://링크 추가

필요한 패키지 설치 후, 프로젝트 실행 :

cd repository
npm install
npm start

📄 USAGE

> 간단한 사용 예제 (수정 필요)

import { analyzeDamage } from 'building-damage-analysis';

const satelliteImage = 'path/to/satellite-image.png';
const damageReport = analyzeDamage(satelliteImage);
console.log(damageReport);

📂 PROJECT STRUCTURE

project-root/ (수정 필요)      
│    
├── src/                  # 소스 코드    
│   ├── components/       # 재사용 가능한 UI 컴포넌트    
│   ├── pages/            # 각 페이지를 구성하는 파일들    
│   └── index.js          # 애플리케이션 진입점 파일    
│    
├── public/               # 정적 파일 (이미지, 아이콘 등)    
│    
└── README.md             # 리드미 파일

📧 CONTACT

궁금한 점이나 제안 사항이 있으시면 아래로 연락주세요.


📜 LICENSE

This project is licensed under the MIT LIcense - see the LICENSE file for details.

Popular repositories Loading

  1. study study Public

    S.I.B.A.S teams note

    Jupyter Notebook

  2. xBD-Building-Segmentation xBD-Building-Segmentation Public

    Python 1

  3. .github .github Public

    실증적SW개발프로젝트 03 분반 PNG 팀

  4. segmentation-model segmentation-model Public

    Image segmentation with Deep Learning

    Python 1

  5. model-serving model-serving Public

    AI 모델 서빙 서버 구현

    Python 1

  6. boilerplate_front boilerplate_front Public

    HTML

Repositories

Showing 6 of 6 repositories
  • npng-lab/boilerplate_front’s past year of commit activity
    HTML 0 0 0 1 Updated Jan 22, 2025
  • .github Public

    실증적SW개발프로젝트 03 분반 PNG 팀

    npng-lab/.github’s past year of commit activity
    0 0 0 0 Updated Dec 2, 2024
  • npng-lab/xBD-Building-Segmentation’s past year of commit activity
    Python 0 MIT 1 0 0 Updated Aug 7, 2024
  • study Public

    S.I.B.A.S teams note

    npng-lab/study’s past year of commit activity
    Jupyter Notebook 0 MIT 0 0 0 Updated Jul 31, 2024
  • segmentation-model Public

    Image segmentation with Deep Learning

    npng-lab/segmentation-model’s past year of commit activity
    Python 0 1 1 0 Updated Jul 25, 2024
  • model-serving Public

    AI 모델 서빙 서버 구현

    npng-lab/model-serving’s past year of commit activity
    Python 0 1 1 0 Updated Jul 16, 2024

Top languages

Loading…

Most used topics

Loading…