LoginSignup
0

More than 5 years have passed since last update.

Object detection実装:image processing utility実装

Posted at

作業レポジトリ

前回までは、bounding box処理に必要なutilityを実装してきた。

今回のコミットでは一般的な訓練データの拡張機能を実装する。
特に、ランダムな画像の左右フリッピング、ランダムなクロッピング、画像のリサイズ機能を実装した。
これらは、画像とそのラベル(bounding boxとclass)のペアを同時に処理できる。
またこれらはtf.dataset.mapに組み込んで使える事を想定している。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0