vitamin520
vitamin520
Traceback (most recent call last): File "./tools/train.py", line 40, in from visualdl import Logwriter ImportError: cannot import name 'Logwriter' from 'visualdl' (/home/liuxiaoyan/anaconda3/envs/paddle_env/lib/python3.8/site-packages/visualdl/__init__.py) 请问这是怎么回事啊
Hello, I only found use_hflip and use_rot in the global file, but did not find use_shuflle. Is the parameter use_shuffle not used? Looking forward to your reply.
您好,我在运行python main_logic.py进入检测界面,选择了一段视频进行检测,就出现了如下问题: You pressed sign in Jump to main window Traceback (most recent call last): File "/home/tempdisk/PycharmProjects/YoloV5_PyQt5-main/detect_logical.py", line 240, in show_video_frame info_show = self.detect(name_list, img) # 检测结果写入到原始img上 File "/home/tempdisk/PycharmProjects/YoloV5_PyQt5-main/detect_logical.py", line...
你好,想问一下我下载代码后,想实现在线视频检测,在终端运行 python app.py --model v3_fastest后opencv报错,显示没有接收到视频流,且网页界面如下图所示,我也没有找到在哪里输入视频流,请问一下我是哪里做错了吗? 