caffe執行yolo tiny記錄

2021-08-05 20:53:22 字數 471 閱讀 4186

本文用已經訓練好的模型在caffe上跑yolo-tiny的coco和voc資料集測試

注:如果需要cfg和weights轉換到prototxt和caffemodel,請參照yolo-caffe轉換

#coco資料集測試,檔案路徑修改為自己的路徑

python '/home/ubuntu/caffe-test-v2.0/python/yolo_detect_camera.py'

'/home/ubuntu/caffe-test-v2.0/python/yolo_tiny_deploy.prototxt'

'/home/ubuntu/caffe-test-v2.0/python/yolo_tiny_coco.caffemodel' coco

#voc資料集測試,檔案路徑修改為自己的路徑

python '/home/ubuntu/caffe-test-v2.0/python/yolo_det

caffe執行過程

2 採用funing tuning訓練法 tools cafferead build tools tools caffe train solver gender solver.prorotxt weights gender net.caffemodel 加入 weights 5 訓練完畢後,我們就可...

caffe執行不停止 caffe執行時常見錯誤

1.import caffe 報錯 no module named caffe 原因 沒有新增caffe python目錄到bash shell中 或者是新增了沒有source 解決 在 bashrc檔案中新增export pythonpath home caffe master python py...

caffe編譯 執行錯誤

出處 報錯 fatal error caffe proto caffe.pb.h no such file or directory include caffe proto caffe.pb.h 解決 caffe根目錄下執行 protoc src caffe proto caffe.proto cp...