rohitgirdhar / CATER

CATER: A diagnostic dataset for Compositional Actions and TEmporal Reasoning
https://rohitgirdhar.github.io/CATER/
Apache License 2.0
103 stars 19 forks source link

clarify install instructions #1

Open williamFalcon opened 5 years ago

williamFalcon commented 5 years ago

It's not clear how to install for generation purposes. The instructions say: "all CLEVR requirements" but that doesn't really work because the CLEVR repo also doesn't have clear instructions.

Would be better to list in detail how to install or provide an install script.

sjtuytc commented 4 years ago

I thought you only need blender 2.79b and its dependencies (GLU etc).

ishaanchandratreya commented 3 years ago

What python version is required for this? I am getting a CPickle error so I'm assuming Python 2?

rohitgirdhar commented 3 years ago

Yes it was developed in python 2

maskaravivek commented 3 years ago

@rohitgirdhar I am also trying to set up the project locally and have installed the dependencies(singularity, blender) and have downloaded the spec_v0.img file.

Can you help me understand what path should DATA_MOUNT_POINT point to? I went through singularity docs but wasn't able to figure it out.