Problem by quitting yolov5s realtime on Jetson Xavier NX #3288
Unanswered
YuanqingXie
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@YuanqingXie try CTRL+C to quit. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ran yolov5s successfully on Jetson Xavier NX with raspberry pi Camera. But after i entered "q" to quit. I got at first this message:
Traceback (most recent call last):
File "detect.py", line 174, in
detect()
File "detect.py", line 121, in detect
raise StopIteration
StopIteration
(Argus) Error EndOfFile: Unexpected error in reading socket (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 266)
(Argus) Error EndOfFile: Receive worker failure, notifying 1 waiting threads (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 340)
(Argus) Error InvalidState: Argus client is exiting with 1 outstanding client threads (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadCore(), line 357)
(Argus) Error EndOfFile: Receiving thread terminated with error (in src/rpc/socket/client/ClientSocketManager.cpp, function recvThreadWrapper(), line 368)
(Argus) Error EndOfFile: Client thread received an error from socket (in src/rpc/socket/client/ClientSocketManager.cpp, function send(), line 145)
(Argus) Error EndOfFile: (propagating from src/rpc/socket/client/SocketClientDispatch.cpp, function dispatch(), line 87)
WARNING Argus: 5 client objects still exist during shutdown:
548019530776 (0x7ecc003ff8)
548024416448 (0x7ecc0019e0)
548024416608 (0x7ecc001a80)
548024421584 (0x7ecc001be0)
548024422880 (0x7ecc003ee0)
After that, when i ran yolov5s again, i got this message:
Traceback (most recent call last):
File "detect.py", line 174, in
detect()
File "detect.py", line 121, in detect
raise StopIteration
StopIteration
terminate called without an active exception
Killed
I have to enter : sudo systemctl restart nvargus-daemon, again and again. And i got no such problem if i ran on PC.
How can i solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions