refactoing
This commit is contained in:
parent
1556269a9f
commit
23de31190f
@ -35,6 +35,11 @@ export PYTHONPATH="$PYTHONPATH:./yolov5-face_Jan1"
|
||||
export WEIGHTS="./yolov5-face_Jan1/runs/train/exp/weights/yolov5m6_face.pt"
|
||||
|
||||
|
||||
function f_apt(){
|
||||
sudo apt install libopencv-dev python3-opencv
|
||||
|
||||
}
|
||||
|
||||
function f_test(){
|
||||
|
||||
wget http://localhost:$PORT/process/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user