返信先: StarNet2について

#17673
三村靖夫
ゲスト

丹羽さん、初めまして。Mac M1を使用する者です。5月からPixinsightを使用しています。StarnetV2のプラグインをインストールしたいのですが、現在のバージョンは(v2.1.0)です。丹羽さんのブログにて下記のコマンドを入力すれば良いと書かれていますが、

cd $HOME/Downloads
unzip -o StarNetv2PI_MacOS.zip
cd StarNetv2PI_MacOS

sudo cp lib/StarNet2_weights.pb /Applications/PixInsight/lib/
sudo chown root:admin /Applications/PixInsight/lib/StarNet2_weights.pb
sudo chmod 644 /Applications/PixInsight/lib/StarNet2_weights.pb

sudo cp StarNet2-pxm.dylib /Applications/PixInsight/bin/
sudo chown root:admin /Applications/PixInsight/bin/StarNet2-pxm.dylib
sudo chmod 755 /Applications/PixInsight/bin/StarNet2-pxm.dylib

sudo rm -f /Applications/PixInsight/bin/libtensorflow*
sudo cp libtensorflow* /Applications/PixInsight/PixInsight.app/Contents/Frameworks/
sudo chown root:admin /Applications/PixInsight/PixInsight.app/Contents/Frameworks/libtensorflow*
sudo chmod 755 /Applications/PixInsight/PixInsight.app/Contents/Frameworks/libtensorflow*

sudo xattr -dr com.apple.quarantine /Applications/PixInsight/bin/StarNet2-pxm.dylib

最新のダウンロード版では上記のコマンドの修正が必要でしょうか。

お忙しいと存じますが、是非ともご教示いただきたく、よろしくお願いいたします。

タイトルとURLをコピーしました