Mostafa Nemati
Mostafa Nemati
@Leanse1 Hi, you should add the model to config.py (# DL model config)
> Hi, You can simply add below codes to "utils.py" in main repo at line 45 right after res_plotted = res[0].plot() ``` line = [(100, 500), (1050, 500)] cv2.line(res_plotted, line[0],...
> @monemati, thanks. It solves the problem. Btw, there are some defects of it, the programme will not stop automatically after running detection operation and results are not saved in...
> Hello @monemati, I am new to yolo programming, and cannot find save_vid in the codes. Checked streamlit and there is no option of --save_vid. Hi, What I meant was...
> Hello @monemati, the saved file is not correct with very small size but I cannot find anything wrong with your codes. Maybe it's due to streamlit framework? Hi @editplus2020...
> Hi @monemati, how do i enable my gpu Hi @ovitorlima1, if you have cuda available on your device, the gpu will be used automatically.
> A doubt @monemati, can I use this detection code for a custom model? Hi @ovitorlima1, Yes you can use it on a custom model if it's based on YOLOv8.
> Can you explain how to do on custom dataset because my best.pt is not getting loaded into streamlit @Leanse1 Hi, you should add the model to config.py (# DL...
@Meriem-ghrissi Hi. Did you add the aruco model inside gazebo?
@Meriem-ghrissi If you are seeing the marker in the camera window it means the topic has the information, maybe the issue is in the config part, especially `# Declare parameters`.