#Blender Scenes
##Structure: Each scene have the following structure:
- 'assets': Contains Blender objects (.blend files) used in scene creation.
- 'textures': Holds texture files (.png, .jpg) applied to objects in the scenes.
- 'json_files': Contains JSON files, each corresponding to an image, with information about the objects, their positions, rotations, scales, and textures.
- 'scripts': Contains Python scripts that load assets from JSON files and render images for each scene.
- 'outputs': Stores the rendered images of the generated scenes.
- 'bkg': Holds the HDRI used as backgrounds for scenes.
- 'annotations': Contains json files for each rendered image
- 'SBATCH' script to run the python scripts
I added comments for each first script in each scene
##Instructions:
To generate the images customize the directory path in the "scripts","json_files" folders and in the SBATCH files. You can either execute the "allscenes.sbatch" file, which combines all the sbatch files, or run each sbatch file individually.