質問編集履歴

1

投稿内容を詳細化しました。

2019/12/28 17:18

投稿

ki_rii9
ki_rii9

スコア5

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,15 @@
6
6
 
7
7
  -> [github](https://github.com/albumentations-team/albumentations/blob/master/albumentations/core/composition.py)
8
8
 
9
+
10
+
9
11
  githubを見ると確かに`class BboxParams(Params)`が存在するのでimportできるはずだと思ったのですが...
12
+
13
+
14
+
15
+ また`from albumentations.core.composition import *`とし上記リンクのファイル中の`__all__ = ["Compose", "OneOf", "OneOrOther", "BboxParams", "KeypointParams", "ReplayCompose"]`を全てをimportしようとしたのですが、ダメでした。
16
+
17
+
10
18
 
11
19
  解決方法が分かる方がいらっしゃれば、ご教授いただければ幸いです。
12
20