0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

RGBD画像でのセグメンテーションを調査中

Last updated at Posted at 2023-12-25

近年、RGBD画像が取得できるセンサが増えてきているので、セグメンテーションもRGBD画像で行なった方が、格段に精度を改善しやすいと予想する。

そこで、RGBD画像を用いたセグメンテーションについて調査中である。

Paper with code での状況

RGBD Semantic Segmentation


The papers related to metrics used mainly in RGBD semantic segmentation are as follows.
[PixAcc] Pixel accuracy
[mAcc] Mean accuracy
[mIoU] Mean intersection over union
[f.w.IOU] Frequency weighted IOU

引用元: 末尾に示したリンク先
上記の4つの値が、学習結果の精度を評価する指標である。

気にするポイント

  • 入力:RGBD画像の大きさ
  • 処理時間:
  • 入力画像フォーマット:
    • 色画像の部分が、センサによってはYUVなどの場合がある。
    • RGBよりはYUVの方がセグメンテーションが楽な場合がある。
    • ただ、学習がどのように訓練されているかに依存する。

Github https://github.com/TUI-NICR/ESANet

Our carefully designed network architecture enables real-time semantic segmentation on a NVIDIA Jetson AGX Xavier and, thus, is well suited as a common initial processing step in a complex system for real-time scene analysis on mobile robots:

image.png
引用元

Screenshot from 2023-12-23 23-27-31.png

どのようなデータセットで学習されているのかが記載されている。

We timed the inference on a NVIDIA Jetson AGX Xavier with Jetpack 4.4 (TensorRT 7.1.3, PyTorch 1.4.0).

Jetson AGX Xavier での計測がされている。

引用元

Youtube Efficient RGB-D Semantic Segmentation for Indoor Scene Analysis


pdf Efficient RGB-D Semantic Segmentation for Indoor Scene Analysis


SUN RGB-D: A RGB-D Scene Understanding Benchmark Suite

Intel RealSense 3D Camera for
tablets, Asus Xtion LIVE PRO for laptops, and Microsoft
Kinect versions 1 and 2 for desktop.

上記の4種類のDEPTHセンサを用いている。

Screenshot from 2023-12-24 00-11-01.png
引用元 論文

NYU Depth Dataset V2

image.png

参照記事 RGBD semantic segmentation

A paper list of RGBD semantic segmentation.


DFormer

github DFormer: Rethinking RGBD Representation Learning for Semantic Segmentation ICLR 2024
pdf

Screenshot from 2024-04-07 23-13-54.png

0
0
0

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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?