HappySamuel

Results 59 comments of HappySamuel

OK, then i try to generate one. What are the file extensions for the 3d models shall i prepare ? Must it be exact the same as per images ?...

Hi @TontonTremblay I want to ask, if the model trained by dope, can it be use for centerpose as well ? Or any modifications need to be amend ?

### Solution 1 - **Missing** of `magic_enum` ``` git clone https://github.com/Neargye/magic_enum.git cd magic_enum && mkdir build && cd build cmake .. make -j$(nproc) sudo make install ```

Hi @wegmanma Check with you, which Jetpack version are you running on your Orin ? Best, Samuel

> **Solution 2 - Missing of Missing of nvcv/Tensor.hpp** I briefly looked how this is solved in the dockerfile for the ISAAC-ROS Docker. > > As I am using this...

> It seems a little different with my error: > > ``` > --- stderr: gxf_isaac_image_flip > In file included from /home/breeze/Desktop/workplace/IsaacSim-ros_workspaces/humble_ws/src/isaac_ros_nitros/isaac_ros_gxf/gxf/core/include/gxf/core/parameter_registrar.hpp:31, > from /home/breeze/Desktop/workplace/IsaacSim-ros_workspaces/humble_ws/src/isaac_ros_nitros/isaac_ros_gxf/gxf/core/include/gxf/core/registrar.hpp:28, > from /home/breeze/Desktop/workplace/IsaacSim-ros_workspaces/humble_ws/src/isaac_ros_nitros/isaac_ros_gxf/gxf/core/include/gxf/core/component.hpp:31, > from...

Hi @Yeager-101 I faced the similar issue as you. You mention of rebuilding using source code instead of apt installing. Do you mean i need to git clone `dnn_inference` to...

> > Hi @Yeager-101 > > I faced the similar issue as you. You mention of rebuilding using source code instead of apt installing. Do you mean i need to...

Hi @Yeager-101 I found the solution to this kind of error of missing `libcvcuda.so.0`. It's due to missing of installing `cvcuda`. > [ERROR] [launch_ros.actions.load_composable_nodes]: Failed to load node 'image_to_tensor' of...