Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cudaEventElapsedTime device not ready (error 600) (hex 0x258) #1821

Open
akshaydhame2001 opened this issue Mar 30, 2024 · 1 comment
Open

Comments

@akshaydhame2001
Copy link

Detection is working but console is writing this error in between detection constantly. <detectNet.Detection object>
Confidence: 0.97998
ClassID: 1
Left: 275.938
Top: 188.086
Right: 832.5
Bottom: 714.023
Width: 556.562
Height: 525.938
Area: 292717
Center: (554.219, 451.055)
Sending YAW movement command with heading: -1.730313
I
Sending XYZ movement command with v_x(forward/backward): -0.138160 v_y(right/lef
t): 0.000000

[cuda]
cudaEventElapsedTime(&cuda_time, mEventsGPU [evt], mEventsGPU[evt+1]) [cuda] device not ready (error 600) (hex 0x258)
[cuda] /home/akshay/jetson-inference/build/aarch64/include/jetson-inference
/tensorNet.h:769

<detectNet.Detection object>

@gaochuanchao
Copy link

I think the issue is that some data is not ready that fast. letting the system sleep for 1ms usually can solve this issue (I hope it works for your case), i.e., time.sleep(0.001).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants