RVT icon indicating copy to clipboard operation
RVT copied to clipboard

How to get the rgb images masks

Open LogSSim opened this issue 1 year ago • 1 comments
trafficstars

I saw an observation of RLbench including the masks of RGB images. How could I get it in this code?

LogSSim avatar Oct 16 '24 01:10 LogSSim

Hi,

We use dataloader functions from PerAct. You might have to modify them ground up to make masks available. Some places you can start looking at:

-- https://github.com/NVlabs/RVT/blob/master/rvt/utils/dataset.py#L262-L268 -- https://github.com/NVlabs/peract/blob/5c2988edb961d67d7a921cbbc638f69947debff8/helpers/utils.py#L322

imankgoyal avatar Oct 18 '24 13:10 imankgoyal