4D Recorder Simulator based on NVIDIA Isaac Sim.
- demo/ParticleInflatableDemo.usd
-
sudo apt update \ && sudo apt install libfuse2
-
check IOMMU
sudo dmesg | grep -e DMAR -e IOMMU
-
-
Set the following environment variables to your
~/.bashrc
fileecho "export ISAACSIM_PATH='${HOME}/.local/share/ov/pkg/isaac_sim-2023.1.0-hotfix.1'" >> ~/.bashrc
-
Create conda environment
conda create -n sim python=3.10 \ && conda activate sim \ && cp -r conda_setup/etc $CONDA_PREFIX \ && conda activate sim \ && conda install tqdm \ && pip install opencv-python
-
Verification
python -c "from omni.isaac.kit import SimulationApp" \ && python -c "import torch; print(torch.__path__)"
-
output
['~/.local/share/ov/pkg/isaac_sim-2023.1.0-hotfix.1/extscache/omni.pip.torch-1_13_1-0.1.4+104.2.lx64/torch-1-13-1/torch']
-
- Camera cylinder set
python scripts/cylinder_camera_set.py usd/demo/ParticleInflatableDemo.usd
- Camera rectangle set
python scripts/rectangle_camera_set.py usd/demo/ParticleInflatableDemo.usd
- Camera cylinder set
./scripts/make_dataset.sh cylinder
- Camera rectangle set
./scripts/make_dataset.sh rectangle
python scripts/convert_png_to_mp4.py data/isaac_sim/Collisiongroups_C9H3_661
python scripts/upload_dataset.py isaac_sim Collisiongroups_C9H3_661