Balablb

Results 6 comments of Balablb

> We have just provide the model and code of deepfill model. If you want to train it, you can just follow the official training scheduler and add a training...

try another video?

> 你好,我这运行yolov3_deepsort.py时保错: > Traceback (most recent call last): > File "/e/myl/tracker/deep_sort_pytorch_ZQPei/yolov3_deepsort.py", line 158, in > with VideoTracker(cfg, args, video_path=args.VIDEO_PATH) as vdo_trk: > File "/e/myl/tracker/deep_sort_pytorch_ZQPei/yolov3_deepsort.py", line 37, in **init** > self.detector...

解决方法 pip install --upgrade easydict

> THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=663 error=11 : invalid argument > Traceback (most recent call last): > File "/home/jfkuang/SiamMask/tools/demo.py", line 53, in > state = siamese_init(im, target_pos, target_sz, siammask, cfg['hp'], device=device)...

> 要给出 GPU的cuda版本,不是torch的cuda版本 你好,我电脑上面的CUDA信息是这样的 ![image](https://github.com/chatchat-space/langchain-ChatGLM/assets/46187420/12fb29eb-2b86-4e99-b72e-1eb576509ded) 但是docker的cuda安装信息是12.1.0,我要怎么做才能把CUDA的版本对应上?现在无法启动