GibsonEnv
GibsonEnv copied to clipboard
Gibson Goggle
Can you guys provide more instructions on how to use Gibson's Goggle? I am trying to convert RGB images to Gibson style to train an image classifier for identifying chairs.
I am running Gibson headless in a docker container. Thanks,
Same question here. I'm trying to retrain Goggles on a different crop dimension of the original dataset. But I'm having trouble finding the correct root directory to load the data, as done in lines 100 and 101 of train_fillers.py. I've downloaded the data using .download.sh, but don't know which directory under the data folders I should run PairDataset on. Any help would be greatly appreciated!
@jhpenger One example of using gibson goggle can be found in https://github.com/StanfordVL/GibsonEnv/blob/master/examples/ros/gibson-ros/goggle.py. It requires a kinect camera and ROS, as the goggle accepts RGBD images and adapts into to gibson style images.
@fxia22 Can you provide some commentation for that file? I'm not using video feed from a camera, just a bunch of chair images to train an image classifier. Or can you provide a very easy example of converting normal jpg/png to gibson style? Thanks,