Skip to content
/ BOOM Public

Blur images outside of segmentation mask of COCO-format annotations

License

Notifications You must be signed in to change notification settings

Yutsuro/BOOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOOM

Blur Outside Of Mask

COCOフォーマットのアノテーションと画像を受け取り、マスク画像で囲っている対象以外にBlur処理をかけることで学習の邪魔になることを防ぎます。

You can blur images outside of segmentation mask. This repo is grounded in COCO format annotation.

Quick Start

python BOOM.py

Edit config.yaml

プロジェクトに合わせてyamlファイルを適宜書き換えてください。

Please edit config.yaml according to your task.

sample:

//config.yaml
config:
  imageDir: "./data/demo/images/base/original"
  annotationPath: "./data/demo/annotations/annotation.json"
  picCategory: "person"
  karnelSize: 25

About

Blur images outside of segmentation mask of COCO-format annotations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages