Docker

Thumbnail of post image 109

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

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

論文執筆

Thumbnail of post image 014

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

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

latexmkrcを ...

Character Creator3,Daz Studio

Thumbnail of post image 195

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

Zbrush

Thumbnail of post image 069

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

手順

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

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

Flair,Python

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

Python

Thumbnail of post image 015
エラーに遭遇

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

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

Python

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

Flair,Python

Thumbnail of post image 011

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

論文サマリ

Thumbnail of post image 143

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

Python

Thumbnail of post image 091

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