News
CNC
ツール photoshop/Inkscape SVG作成し、パスに変換 jscut Gコード生成 http://jscut.org/jscut.html grbl controller 切削加工 https://github.com/grbl/grbl
YOLOv3 on window10
動作環境 CUDA10 cuDNN OpenCV3.4.0 darknet YOLOv3 Windows10VisualStudio2017 install CUDA 10install cuDNN install OpenCV(3.4.0) donwload pre-build 3.4.0 https://sourceforge.net/projects/opencvlibrary/files/opencv-win/ https://docs.opencv.org/3.4.0/d3/d52/tutorial_windows_install.html#tutorial_windows_install_path darknet add
Build darknet
Build OpenCV3.4 (Ubuntu 16.04LTS) sudo apt-get update sudo apt-get upgrade sudo apt-get install build-essential cmake unzip pkg-config sudo apt-get install
YOLO
OpenCV + Yolo DNN https://docs.opencv.org/3.4.0/da/d9d/tutorial_dnn_yolo.html How to easily Detect Objects with Deep Learning on Raspberry Pi https://medium.com/nanonets/how-to-easily-detect-objects-with-deep-learning-on-raspberrypi-225f29635c74 What’s new in
【VS2017】installer
Visual Studio Installer https://marketplace.visualstudio.com/items?itemName=visualstudioclient.MicrosoftVisualStudio2017InstallerProjects
OpenCV4.0+VC++2017
プロジェクトに追加 opencv_ffmpeg400_64.dll opencv_world400d.dll opencv_world400d.lib 「 プロパティ>構成プロパティ>リンカ >全般>追加のライブラリディレクトリ」に上記フォルダを追加 「 プロパティ>構成プロパティ>リンカ >入力>追加の依存ファイル」に下記追加 opencv_world400d.lib 「 プロパティ>構成プロパティ>c/c++ >追加のインクルードディレクトリル」に下記追加 D:\opencv\opencv\build\include imreadで画像を読み込んだ例 ※windowsでパスはスラッシュで分ける。 ソースコードからビルド Gitからソース取得 CMakeでconfigure(
【UE4】link static library
https://wiki.unrealengine.com/Linking_Static_Libraries_Using_The_Build_System
【UE4】0埋め
2桁 append=0 Right=2 3桁 append=00 Right=3 4桁 append=000 Right=4
【UE4】upgrade project to ver.4.18 upper.
UE4で、projectを4.18より上のバージョンにアップグレードしたいときに、エラーでアップグレードできない。 下記のSourceフォルダの内容が、変わっているので変更する必要があります。 (Proj)\Source\(Proj)\(Proj).Build.cs (Proj)\Source\(Proj).Target.cs (Proj)\Source\((Proj)Editor.Target.cs https://answers.unrealengine.com/questions/718575/error-when-updating-to-418-generating-visual-studi.html
【Let’s Encrypt】Action required: Let’s Encrypt certificate renewals
Action required: Let’s Encrypt certificate renewals TLS-SNI-01 validation is reaching end-of-life. It will stop working temporarily on February 13th, 2019,
Continue reading【Let’s Encrypt】Action required: Let’s Encrypt certificate renewals
【UE4 Plugin】QRCode Generator for UE
QRCode Generator for UE ・プラグインを有効にする 編集 >Plugins > QRCode -> Enabled 編集 >Plugins >Widgets > Web Browser -> enabled
simple web server
https://blog.anvileight.com/posts/simple-python-http-server/
【.NET Core】EF Core
Entity Frameworks Core Entity Frameworksの軽量パッケージ https://docs.microsoft.com/ja-jp/ef/core/ ・データクエリ(LINQ)
【RPi 】openframeworks 認証エラー
wget –no-check-certificate https://openframeworks.cc/versions/v0.9.8/of_v0.9.8_linuxarmv6l_release.tar.gz