Unity-Technologies / com.unity.perception

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

Customize bounding box script and randomization using local JSON values #574

Closed benrajsdKiksARVR closed 1 year ago

benrajsdKiksARVR commented 1 year ago

Hi, I have customized some of the scripts from perception package based on requirement, added the package from local path, package get added but shows error in Render assets as "Ground Truth Renderer Feature" not available. How can I customize the scripts of packages?

benrajsdKiksARVR commented 1 year ago

I want bounding box corner position values in generated JSON file

StevenBorkman commented 1 year ago

Hey, I'm trying to re-create your problem and I am not able to. I'll go through the steps that I took to create my project:

  1. Created a new project from the 3D (HDRP) template from Unity Hub, using Editor Version 2021.3.11.f1
  2. Cloned the perception repo (branch main) from our github
  3. Added the cloned perception package to the package manager using the 'Add package from disk...' option
  4. Added a perception camera to the camera gameobject.
  5. Adjusted the default HD Render Pipeline Assets to use Both for the Lit Shader Mode
  6. Ran and captured data as expected.

If these steps do not help to alleviate you issue, please describe your current setup. Also, be sure that you are using an HDRP scene. Perception no longer supports scenes that are not using the HDRP render pipeline.

I hope this helps