Renaud Bouckenooghe
Renaud Bouckenooghe
Hi, The config file yolo.cfg doesn't seem to work anymore. When using this config file, the probabilities are really high and YOLO is detecting objects everywhere. Using yolo2.cfg (or yolo.cfg...
Hi Jumabek, Could you be more specific about how you modified the YOLO loss function to ignore the -1 class? Thank you
Hi When trying to compile, I get: `.../camera-capture/captureWindow.h:26:10: fatal error: commandLine.h: No such file or directory #include "commandLine.h" ` Where should that commandLine.h file come from? Thank you
In https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_common/blob/main/docker/Dockerfile.aarch64#L149, `pip install --no-cache` is used. `pip install --no-cache` seems to not exist, should it be changed to `pip install --no-cache-dir` ?