Skip to content

Commit 517938d

Browse files
committed
Initial commit
1 parent 99e047c commit 517938d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

client2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
# machine=socket.gethostbyname('pi')
3030
# print(machine)
3131
# port=int(input("enter the port"))
32-
port = 2525
32+
port = 2328
3333

34-
client.connect(('192.168.120.145',port))
34+
client.connect(('192.168.1.207',port))
3535

3636
def reciever():
3737
print("Receiving the file from server")

speech.mp3

54.9 KB
Binary file not shown.

start.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
while true ; do
2-
# python client2.py
3-
python detect.py --weights best.pt --source 0
2+
python client2.py
3+
python detect.py --weights best.pt
44
sleep 5
5-
done
5+
done

0 commit comments

Comments
 (0)