質問編集履歴
1
投稿内容を詳細化しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,7 +2,11 @@
|
|
2
2
|
|
3
3
|
pythonのライブラリalbumentations内にあるBboxParamsのimportがうまくいきません。
|
4
4
|
-> [github](https://github.com/albumentations-team/albumentations/blob/master/albumentations/core/composition.py)
|
5
|
+
|
5
6
|
githubを見ると確かに`class BboxParams(Params)`が存在するのでimportできるはずだと思ったのですが...
|
7
|
+
|
8
|
+
また`from albumentations.core.composition import *`とし上記リンクのファイル中の`__all__ = ["Compose", "OneOf", "OneOrOther", "BboxParams", "KeypointParams", "ReplayCompose"]`を全てをimportしようとしたのですが、ダメでした。
|
9
|
+
|
6
10
|
解決方法が分かる方がいらっしゃれば、ご教授いただければ幸いです。
|
7
11
|
(この[notebook](https://github.com/albumentations-team/albumentations/blob/master/notebooks/example_bboxes.ipynb)を実行している際に起こりました。)
|
8
12
|
|