tensorflow.jsのobjectdetectionで自分のmodelを使うとき
チュートリアルの cocoSsd.load().then(model => { // detect objects in the image. model.detect(img).then...
65 search resultsShowing 1~20 results
You need to log-in
チュートリアルの cocoSsd.load().then(model => { // detect objects in the image. model.detect(img).then...
esp32-camのCameraWebServerで表示されるページのhtmlソースは camera_index.hの const uint8_t index_ov2640_html_gz[] ...
基本 タグ[key=val] 否定 :not(div) and div[id='hoge'] or a,b 子要素(hogeの下の全てのp) #hoge p 属性(attribute)の指定 #...
cytoscape.jsでグラフを描く時の話 cy.layout().run(); cy.fit(); では、直感的な動作をしなかったが、 cy.layout().run(); cy.resiz...
インストール(mac) pip3 install playwright python3 -m playwright install pip3 install pytest-playwright ...
/mirは、dstにあってsrcに無いファイルは消える /Eは、dstにあってsrcに無いファイルも残る では、コピー対象を絞った時、対象外のファイルはどうなるか、下記で実験した。 orgDir...
brew install node npm install -g appium@next npm install -g wd npm install -g appium-doctor brew ...
インストール pip install cx_Oracle エラーが出たとき error: Microsoft Visual C++ 14.0 or greater is required. Ge...
winMergeU.exe "%dirA%" "%dirB%" -minimize -noninteractive -noprefs -cfg Settings/ShowIdentical=0 ...
Worksheets("Sheet1").ExportAsFixedFormat Type:=xlTypePDF, Filename:="test.pdf" が基本だが、これだと1シート1pdf...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <bo...
基本 "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe" -compose to='a@hoge.com',subject=...
amixer -c0 sset PCM 60% && aplay --duration=2 a.wav amixer -c0 sset PCM 70% && ap...
SDにいれて、起動後 tc@box:~$ sudo fdisk -u /dev/mmcblk0 Command (m for help): p ←★ Disk /dev/mmcblk0: 489...
オレオレメモ robocopy "src-folder" "target-folder" /mir 特定のファイルを除外する robocopy "src-folder" "target-fold...
shift-jisは可変長だから、自分で勝手に2バイト区切りにしては駄目 { string sOriginal = "ユニCodeのbyte変換"; byte[] arrBytes = Enco...
macでsambaを運用している場合、sambaの設定は/Library/Preferences/com.apple.smb.server.plistを書き換える必要がある。 sudo scut...
for fname in `find ./ -iname \*.jpg`; do jhead -purejpg -autorot $fname; done jhead が無いばあいは sudo ...
デスクトップを止める sudo systemctl set-default multi-user.target TensorFlow https://docs.nvidia.com/deeple...
@echo off setlocal enabledelayedexpansion set before=hoge set after=fuga for /D %%f in (*.txt) do...
65 search resultsShowing 1~20 results
Qiita is a knowledge sharing service for engineers.