Skip to content

Commit f4cbcc1

Browse files
committed
Rename coco80 model
1 parent cd58249 commit f4cbcc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ RUN wget https://basicai-asset.s3.us-west-2.amazonaws.com/xtreme1/model/coco80.p
77
COPY . ./
88

99
WORKDIR /app/src
10-
CMD ["python", "-u", "server.py", "--device=0", "--weights=../coco80.pt", "--conf-thres=0.5", "--port=5000"]
10+
CMD ["python", "-u", "server.py", "--device=0", "--weights=../coco80.pth", "--conf-thres=0.5", "--port=5000"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cd /app
1515
wget https://basicai-asset.s3.us-west-2.amazonaws.com/xtreme1/model/coco80.pth
1616

1717
cd src
18-
python -u server.py --device=0 --weights=../coco80.pt --conf-thres=0.5 --port=5000
18+
python -u server.py --device=0 --weights=../coco80.pth --conf-thres=0.5 --port=5000
1919

2020
# Test
2121
python client_demo.py

0 commit comments

Comments
 (0)