Rotated Object Detection
從前的Detection輸出都是bbox(xmin ymin, xmax, ymax)
並沒有加入角度
的資訊在裡面,所以通常在會在aug利用旋轉數據來增強
中心點坐標、寬度、高度和旋轉角度
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
- a) 短邊定義法
- b) 長邊定義法
- c) 有序四邊形定義法
邊界問題
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
- 角度週期性(periodicity of angular,PoA)
- 邊的交換性(exchangeability of edges,EoE)
角度的不連續性,較難以學習
CSL (Circular Smooth Label)
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
為了捕捉到水平特徵,會使用非正方形的filter(不規則卷積)
is a window function.
is the radius of the window function.
represents the angle of the current bounding box.
- 週期性 (periodicity)
- 對稱性 (symmetry)
- 最大值 (maximum)
- 單調性 (monotonic)
CSL的概念可以看作是指定label的機率
連結
CSL PAPER
SCL PAPER
CSL 知乎