com.unity.perception icon indicating copy to clipboard operation
com.unity.perception copied to clipboard

Can't find Dataset Visualizer in Window pannel

Open VirajVaitha123 opened this issue 2 years ago • 5 comments

Hi,

I was trying to use the dataset visualizer by following the tutorial but can't see the option in Unity.

I am using version 2020.2.7f1 and have signed into Unity. (Perception version = 0.8.0-preview-4)

image

I also don't see perception in the project settings window, maybe this is linked? image

Please can someone help with this

Thanks,

Viraj

VirajVaitha123 avatar Jun 14 '22 09:06 VirajVaitha123

Hi @VirajVaitha123

The dataset visualizer was not included in the perception package version 0.8.0-preview4. Is there any specific reason you want to use this version of the package?

I would suggest upgrading the perception package to the latest version of 0.11.2-preview.2, it includes the dataset visualizer and many more updated functionality. The upgrade can be done via:

Windows -> Package Manager -> Perception -> update to 0.11.2-preview.2

Let me know if there are more issues!

Best, Ruiyu

RuiyuZ avatar Jun 16 '22 23:06 RuiyuZ

Hi @RuiyuZ

image

I am using version 2020.3.32f1. (Perception version = 0.11.1-preview.1)

Unfortunately, WHEN I tried Open Visualizer, I got the following error:

Failed to get visualizer process ID after launch. Note that this does not necessarily mean the tool did not launch successfully. However, running the visualizer again will now create a new instance of the process.
UnityEngine.UnitySynchronizationContext:ExecuteTasks ()

Look forward to hearing from you

Best, ZhenweiBian

MrVBian avatar Jun 23 '22 08:06 MrVBian

Hi @MrVBian,

There was an issue with the dataset visualizer in perception version 0.11.1-preview.1, if you update the package to the latest version 0.11.2-preview.2, it should fix the issue. Please feel free to let me know if there are more issues!

Best, Ruiyu

RuiyuZ avatar Jun 23 '22 21:06 RuiyuZ

hi @RuiyuZ I just had the same problem like @MrVBian , I'm using the Perception version = 0.11.2-preview.2, and unity version=2021.3.4f1c1. At first, I suspect the unity version, so I switch to the older unity version= 2020.3.36f1c1, but this problem is still there( I didn't do the privious step, just open the Visulizer derectly in older version). image image image

rich-sz avatar Jul 06 '22 10:07 rich-sz

Hi @rich-sz This is caused by version of protobuf. 1

I could fix to downgrade protobuf version. I show how to solve it.

UnityVersion=2021.3.6f1 PerceptionVersion = 0.11.2-preview.2

1. Download DatasetVisualizer

Install DatasetVisualizer selecting Window -> DatasetVisualizer -> Open.

2 A few minutes later, you can see 2 messages.

3

2. Open Powershell

Open Powershell selecting Edit -> Project Settings -> Python for Unity -> Spawn shell in environment.

4

3. Update "pip"

Enter command pip install --upgrade pip.

3

4. Downgrade "protobuf"

Enter command pip install 'protobuf<3.20'.

4

After Installing packages, you can close Powershell.

5. Open DatasetVisualizer

Select Window -> DatasetVisualizer -> Open. I think you can open DatasetVisualizer.

Best,

Maru-prono avatar Jul 28 '22 04:07 Maru-prono

Hey all! The Perception team just released 🎉 Perception 1.0 🎉, a major update to the toolset! With this new release, we have deprecated the dataset visualizer in favor of a more readable output format called SOLO and a python toolchain for visualization and processing called pysolotools. More details here: Perception 1.0: Expanding the Open Source Toolbox for Synthetic Data

We recommend hopping on over to using SOLO + pysolotools instead! It should be as easy as just changing the output format and installing the pysolotools python package.

Closing this for now, feel free to open it back up if there are any issues.

aryan-mann avatar Nov 22 '22 18:11 aryan-mann