Skip to content

Commit

Permalink
chore: fix seg predict
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim committed Jun 18, 2023
1 parent d33fd82 commit 07dd231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-seg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/slim
cd /workspaces/open-bio-image-trainer


python /yolov5/predict.py --source `pwd`/projects/$projectname/test/images/ --weights `pwd`/projects/$projectname/result2/weights/best.pt --conf 0.25 --name $projectname --project `pwd`/projects/$projectname/testrun --conf-thres 0.04 --iou-thres 0.04 --view-img --save-conf
python /yolov5/segment/predict.py --source `pwd`/projects/$projectname/test/images/ --weights `pwd`/projects/$projectname/result5/weights/best.pt --conf 0.25 --name $projectname --project `pwd`/projects/$projectname/testrun --conf-thres 0.04 --iou-thres 0.04 --view-img --save-conf

0 comments on commit 07dd231

Please sign in to comment.