RVT
RVT copied to clipboard
How to get the rgb images masks
trafficstars
I saw an observation of RLbench including the masks of RGB images. How could I get it in this code?
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