質問編集履歴
1
f
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,9 +1,3 @@
|
|
1
|
-
### 前提・実現したいこと
|
2
|
-
|
3
|
-
現在、アノテーションしたデータを学習データ、評価データに分けてFaster R-CNNをFine Tuningしたいと考えております。
|
4
|
-
アノテーションした画像は以下のような白黒静止画像です。
|
5
|
-

|
6
|
-
|
7
1
|
### 発生している問題・エラーメッセージ
|
8
2
|
`trainer.run()`をすると以下のようなエラーが発生します。
|
9
3
|
```
|
@@ -246,14 +240,4 @@
|
|
246
240
|
### 試したこと
|
247
241
|
以下の記事を参考にしてみましたが、うまく行きませんでした。
|
248
242
|
- [OpenCV TypeError: Expected cv::UMat for argument 'src' - What is this?
|
249
|
-
](https://stackoverflow.com/questions/54249728/opencv-typeerror-expected-cvumat-for-argument-src-what-is-this)
|
243
|
+
](https://stackoverflow.com/questions/54249728/opencv-typeerror-expected-cvumat-for-argument-src-what-is-this)
|
250
|
-
|
251
|
-
正直エラーの内容は理解できておりません。。。
|
252
|
-
|
253
|
-
### 補足情報(FW/ツールのバージョンなど)
|
254
|
-
|
255
|
-
- macOS Catalina(プロセッサ: 3 GHz 6コアIntel Core i5, メモリ: 8 GB)
|
256
|
-
- pyenv 1.2.20
|
257
|
-
- pipenv, version 2020.6.2
|
258
|
-
- Python 3.6.4
|
259
|
-
- chainercv 0.13.1
|