MarioCavero
MarioCavero
I am not sure if this is a repository issue... @Hannes9 If you created the dataset with the render and sample files, you can adjust the number of files accordingly...
If that is the case @Hannes9 , I had a similar situation. I recommend to play with the dataset/Shapenet.py file, more specifically in the loading part: ``` def _load_data(self): with...
Remember @KshitijKarnawat that the CUDA version used for this repo (and other versions) are different: ``` Ubuntu 18.04 LTS Python 3.7.9 PyTorch 1.7.0 CUDA 10.1.243 ``` And you are getting:...
If you mean making an inference, yes! You can use `test.py `with a trained model, an input of a PC, and it will output a figure as well as the...
@mattiadutto In case you did not go for the wipe yet, check out my resolved issue (which I'd say is very similar). `lsmod | grep videodev` gives a list of...
Hello @lsy-study ! The `*.list` files did not come with the zip file? They did with me. They are specific to that dataset, as a custom dataset will need custom...
Facing the same as @ImJaewooChoi , is there any fix for the missing js file @urbste ? The full error would be: ``` python python/static_multipose_imu_calibration.py --path_static_calib_dataset=/dataset/dataset1/static_multipose --initial_static_duration=15 --path_to_build ../OpenImuCameraCalibrator/build/applications/ ['/dataset/dataset1/static_multipose/GX010673.MP4']...
In my case, topics are up, but fail to publish anything. ``` ros2 launch realsense2_camera rs_launch.py [INFO] [launch]: All log files can be found below /root/.ros/log/2025-06-27-11-34-59-282891-USR-21212 [INFO] [launch]: Default logging...