liuxuet

Results 7 comments of liuxuet

> The same question with above 4. If I have my own coco-format dataset, how should I use generate_random_supervised_seed_yolo.py, and what is the function of "COCO_supervision_10.json"? @luogen1996 Hello! I generated...

> > OneTeacher/models/yolo.py > > Sorry,I directly skiped the generate step and used my own coco-format dataset. Thank you, Do you use train_semi.py to train or other way? If yes,...

File "E:\pycharmproject\OneTeacher-main\train_semi.py", line 479, in train pred,pred_mls = model(label_imgs) # forward ValueError: too many values to unpack (expected 2) Hello,Do you know why that is?thank you. @CPFelix

> 用的test_1280x720_v.mp4测试吗,检查一下是不是驱动或者显卡出问题了 对,我用的是wsl,不知道有影响没有,用nvcc -V 和nvidia-smi 后都能正常显示

> wsl我没试过,不过看报错位置,应该是不支持 好的,感谢,我再看看,昨天还能运行的,/(ㄒoㄒ)/~~

> wsl我没试过,不过看报错位置,应该是不支持 我发现昨天从Video_Codec_SDK里拷贝的两个.so文件(libnvcvid.so 和 libnvidia-encode.so)到/usr/local/lib下面,今天早9点的时候生成了软连接libnvcvid.so.1 和 libnvidia-encode.so.1,删除这两个软连接就可以运行了