1 parent 99e047c commit 517938dCopy full SHA for 517938d
3 files changed
client2.py
@@ -29,9 +29,9 @@
29
# machine=socket.gethostbyname('pi')
30
# print(machine)
31
# port=int(input("enter the port"))
32
-port = 2525
+port = 2328
33
34
-client.connect(('192.168.120.145',port))
+client.connect(('192.168.1.207',port))
35
36
def reciever():
37
print("Receiving the file from server")
speech.mp3
54.9 KB
start.sh
@@ -1,5 +1,5 @@
1
while true ; do
2
- # python client2.py
3
- python detect.py --weights best.pt --source 0
+ python client2.py
+ python detect.py --weights best.pt
4
sleep 5
5
-done
+done
0 commit comments