Docker

Thumbnail of post image 062

docker ps -a などのコマンドを実行した際,

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker d ...

論文執筆

Thumbnail of post image 093

人工知能学会ではlatexで原稿のソースが用意されているが,これをそのままoverleafで読み込むだけではエラーがでてしまう.

エラーを回避するためにやらなければならないのは以下の項目である.

latexmkrcを ...

Character Creator3,Daz Studio

Thumbnail of post image 144

ReallusionのCharacter creator3でDaz studioのフィギュアを読み込むときはImportではなくTransformerを使う。このときのパラメータで注意せねばならないことがあるので忘れないようにメモして ...

Zbrush

Thumbnail of post image 093

CtrlでマスクしてScaleで縮小することによって目のへこみが生まれる

手順

Ctrlを押しながらモデルをなぞって、目の部分をマスクする。

次に左上のScaleボタン、あるいはEキーを押し、ギズモ3D(拡大・縮 ...

Flair,Python

Thumbnail of post image 116
from flair.data import Corpusfrom flair.datasets import ColumnCorpusfrom flair.models import SequenceTaggerfrom flair.tr ...

Python

Thumbnail of post image 102
エラーに遭遇

pip install mod_wsgiを実行すると,以下のようなエラーがでた

ERROR: Command errored out with exit status 1: command:/home/ubuntu/ ...

Python

Thumbnail of post image 110
# 現状確認pyenv versions>>* 3.8.6>>system (set by/home/ubuntu/.pyenv/version)# pythonの環境を元のsystemのものに戻すpyenv global system# ...

Flair,Python

Thumbnail of post image 192

“””
Trains any class that implements the flair.nn.Model interface.
:param base_path: Main p ...

論文サマリ

Thumbnail of post image 020

物体検出モデルにおいて,マルチスケールの特徴を融合するための双方向特徴ピラミッドネットワーク(BiFPN)を提案.ピラミッドというのは,解像度の違う複数の特徴マップから特徴を抽出していることに由来.

Python

Thumbnail of post image 143

Traceback (most recent call last):
File “/home/ubuntu/script/train.py”, line 1, in
from flair.dat ...