在python指令碼中呼叫YOLOv3測試命令

2021-10-05 16:13:25 字數 391 閱讀 5491

這個其實就是在python指令碼裡呼叫shell命令。

python檔案中對yolov3的全部呼叫如下:

os.

system

("./darknet detector demo cfg/voc.data cfg/yolov3-voc.cfg backup/yolov3-voc_25000.weights data/1.mp4"

)

呼叫完畢。非常簡單,但是!!

有兩個事情需要注意:

(1)python指令碼檔案需要位於darknet資料夾中

(2)開啟終端,如果指令碼是python2寫的,就在終端中輸入python2 detectifexcreting.py,回車

python指令碼環境 在python指令碼中更改環境

我有乙個關於python和linux環境變數的問題。我在這裡讀了很多問題 答案,但沒有乙個是我的。接下來是 在install and create virtualenv easy install prefix opt mypython pip bashrc module unload python ...

在shell指令碼中呼叫sql語句

s 靜默登入 oracle localhost shells cat shell1.sh bin bash 查詢員工資訊 sqlplus s nolog 在sqlplus的eof中,單引號中的取變數符號和外面不同 它可以取到變數值 oracle localhost shells cat shell4...

python 在python中呼叫mysql

資料 例子 假設有資料路htmlhash,其中有表htmlhash,表中包括兩個varchar 10 型別資料。下面給出插入操作 db mysqldb.connect localhost root 123 htmlhash cursor db.cursor str1 123 str2 456 cur...