Yifan Lu

Results 128 comments of Yifan Lu
trafficstars

export CMAKE_PREFIX_PATH=$CONDA_PREFIX It is worth a final try :)

I tested with my 4090, it is okay

Oops sorry I didn't notice this issue. If you want the foreground image with a shadow and transparent background, you need to first turn off the shadow catcher of the...

Let me know if you need more specific help. @bbzh

Hi, the 3D bounding box label is automatically generated with blender rendering if `save_cache` is enabled. You can find them in `ChatSim/results/cache//blender_output//label.yaml`

Is there any files in `/home/lferris/ChatSim/results/cache/1137_demo_2024_07_09_11_04_41/blender_output/`?

Run the blender rendering separately to see if it works. You can follow the [Blender utils Readme](https://github.com/yifanlu0227/ChatSim/blob/main/chatsim%2Fforeground%2FBlender%2Futils%2FREADME.md) You can just run the command in **usage** section if everything for chatsim...

Hi, sorry for the confusion. Just make a alias to you installed blender, no matter where it is installed. ``` alias blender='/blender-3.5.1-linux-x64/blender' alias blender_python='/blender-3.5.1-linux-x64/3.5/python/bin/python3.10' ```