# Welcome to *3DBiCar* Each folder in our dataset contains a character along with its associated data. + The `image` folder contains the original image and its corresponding 2D annotations, i.e., mask and 2D joints. + The `params` folder contains two ".npy" files, which include the beta and theta parameters related to *RaBit*. + The `pose` and `tpose` folders provides the model with rest pose and reference pose, respectively. + The `metadata.json` file provides meta information about each character, such as its category, image style, and the URL of the image source. Note: Due to copyright issues, certain reference images of some instances cannot be released. As an alternative, we provide a rendered image for those instances. Please read "strictly.md" for copyright issue. Update: + 3DBiCar.py is the dataloader to load the dataset. + utils.py is some function used in 3DBiCar.