質問編集履歴

1

2019/11/10 05:34

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- darknet(yolo)の物体検出にrealsenseから得た深度をラベル横に出力したい。(YOLO(RGB,3ch)に1ch(Depth)を加えたい)
1
+ darkflow(yolo)の物体検出にrealsenseから得た深度をラベル横に出力したい。(YOLO(RGB,3ch)に1ch(Depth)を加えたい)
test CHANGED
@@ -1,4 +1,4 @@
1
- https://github.com/thtrieu/darkflow.git のdarknet(yolo)の物体検出にrealsense(pyrealsens2)から得た深度をラベル横(confの部分)に出力したい。(YOLO(RGB,3ch)に1ch(Depth)を加えたい)```python
1
+ https://github.com/thtrieu/darkflow.git のdarkflow(yolo)の物体検出にrealsense(pyrealsens2)から得た深度をラベル横(confの部分)に出力したい。(YOLO(RGB,3ch)に1ch(Depth)を加えたい)```python
2
2
 
3
3
  コード
4
4