teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

補足追加

2021/10/26 22:09

投稿

退会済みユーザー
answer CHANGED
@@ -1,3 +1,11 @@
1
1
  FacebookのDetectron2ですか?
2
2
  であれば、[以下の通り](https://detectron2.readthedocs.io/en/latest/tutorials/models.html)です。
3
- `from detectron2.modeling import build_model`
3
+ `from detectron2.modeling import build_model`
4
+
5
+
6
+ 補足
7
+ ---
8
+ Pythonのimpordでは、以下のように`as`で略したもの(`yyy`)をimportには使えないです。
9
+
10
+ import www.xxx as yyy
11
+ import yyy.zzz