atinfinity
atinfinity
**Checklist** 1. I have searched related issues but cannot get the expected help. Yes 1. The bug has not been fixed in the latest version. Yes **Describe the bug** I...
I tried to use Tengine on M1 MacBook Air. But, I could not build Tengine. ### System information (version) - Tengine => Tengine Lite release v1.2 - Operating System /...
##### System information (version) - OpenCV => 4.6 - Operating System / Platform => Windows 10 64 Bit - Compiler => Visual Studio 2022 ##### Detailed description I specified `cv::WINDOW_OPENGL`...
### System information (version) - Ubuntu 16.04 - CUDA 10.0 - PyTorch 1.2.0 - TorchVision 0.4.0 - traveller59/second.pytorch https://github.com/traveller59/second.pytorch/commit/3aba19c9688274f75ebb5e576f65cfe54773c021 - traveller59/spconv https://github.com/traveller59/spconv/commit/6e727bcd17e7d1b72367f664a53f3789f061510e ### Detailed description I trained KITTI dataset and...
In , predicted box and predicted class is drawn. But, I think that [eval.py](https://github.com/AI-liu/Complex-YOLO/blob/master/eval.py) draws only predicted box and target box. So, I want to know how to get predicted...
I found a typo in [onnxconverter_common/perfstats.py](https://github.com/microsoft/onnxconverter-common/blob/v1.9.0/onnxconverter_common/perfstats.py). - right : `onnxconverter_common` - wrong : `onnxconvert_common` So, I fixed it.
I tried to use slam2d_ros(dashing-devel) with TurtleBot3(Gazebo). https://github.com/atinfinity/turtlebot3_lama_ros2 But, the following message was displayed. ``` [slam2d_ros-1] [INFO] [iris_lama_ros2.slam2d_ros]: [signalFailure] Drop message: frame 'base_scan' at time 9.005 for reason(0) [slam2d_ros-1] [INFO]...
I tried to use loc2d_ros(dashing-devel) with TurtleBot3(Gazebo). https://github.com/atinfinity/turtlebot3_lama_ros2 ``` $ ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py $ ros2 launch turtlebot3_lama_navigation turtlebot3_lama_navigation.py ``` But, the following message was displayed. ``` [loc2d_ros-1] [WARN] [iris_lama_ros2.loc2d_ros]:...
I build `jetson-utils` on JetPack 5.1.2. As a result, CMake could not find `nvbuf_utils`. ```cmake -- distro ID: Ubuntu -- distro version: 20.04 -- distro codename: focal -- nvbuf_utils: NVBUF_UTILS-NOTFOUND...
- updated base image to `ubuntu:20.04`. - updated default version of SDK Manager.