Unity-Technologies / com.unity.perception

Perception toolkit for sim2real training and validation in Unity
Other
911 stars 177 forks source link

Manager create request called after shutdown #331

Closed Ademord closed 2 years ago

Ademord commented 3 years ago

Hello, I keep running into this when I hit play image

after i open the project the first time, it works fine, but i hit Play (to stop) and Play again and it can never start again

Ademord commented 3 years ago

also, i forgot to enable warnings, i get: image

Ademord commented 3 years ago

when I disable Save Camera RGB Output to Disk it takes longer to crash, i made a video to show the error behavior. https://www.dropbox.com/s/q5gt42wldvcgcpf/unity_perception_bug.mp4?dl=0

Ademord commented 3 years ago

also for the record, the warnings I see after opening my simple project: image

mkamalza commented 3 years ago

Hi. Thank you for posting. I will look into this and see if I can replicate. Meanwhile, I noticed you are using Unity 2021. Can you please try the same or a similar project on Unity 2020.3 to see if the error persists?

Ademord commented 3 years ago

i am sorry if i dont continue this issue, i am reverse engineering other projects (tinyyolov2-barracuda, Detection2AR , etc) and trying to integrate them into my project, so i just discarded the perception module as a possible solution.

when i tried to downgrade to 2020.3 as you suggested i got: image image

JonathanHUnity commented 3 years ago

@Ademord , do you have a version of this project that reproduces the issue that you could send to us? It would be most helpful in tracking down the problem.

If so, you can send the project to computer-vision@unity3d.com or email us there for a secure upload link.

Thank you!

korzen commented 3 years ago

I am also running into same problem (2021.1.19f1) HDRP and Perseption 0.8.0-preview.4. Any ideas?

Ademord commented 2 years ago

kind of an unrelated question... I am using yolo and on linux my build is giving me an error I have document on this issue https://forum.unity.com/threads/urgent-shader-loading-problem.1194259/. Anyone has any idea what this could be?

JonathanHUnity commented 2 years ago

0.9.0 of the perception package was just released with support for 2021.1. Give it a try and feel free to report back if you hit any issues.

JonathanHUnity commented 2 years ago

@Ademord For your compute shader work, I would recommend using the Vulkan graphics API instead of OpenGL, as Vulkan has much better support for compute shaders.

j4y33 commented 2 years ago

Has anyone solved this issue? Also I think it is related with the fact that even after a labeller has been added to the perception camera, in play mode, it says "no labelers are currently active".. Screenshot 2021-11-28 at 19 24 38 :