bingo789
bingo789
# first run error: no module named ‘spacy’. so I install spacy with cmd: pip install spacy python -m spacy download en_core_web_sm # then I run again but get another...
1. when i login,it prompt 404 not found: http://localhost:8081/api/v1/login 2. What does the organization fill in? 
linux下,头文件dirent.h报错找不到windows.h,请问怎么解决呢?
通过剪枝后再微调得出的模型,放到yolov5里导出onnx,结果报错 PyTorch: starting from best.pt with output shape (1, 25200, 85) (5.9 MB) 段错误 (核心已转储) 请问可以转成跟yolov5s.pt参数名一样吗? 这样方便在原有的tensorrt加速模型上修改,不用重新写一套
pruned_model = prune_model_keep_size2(model, CBL_idx, CBL_idx, CBLidx2mask)的第二个参数是不是应该改成 prune_idx ? 函数定义是 def prune_model_keep_size2(model, prune_idx, CBL_idx, CBLidx2mask): ......
let's test the original model first: Class Images Targets P R mAP F1: 100%|██████████| 32/32 [00:04
配套源码在哪里?
配套源码在哪里?
pruned_yaml["backbone"] = [ ...... [-1, 3, C3Pruned, [128]], # 2 ...... ] #最后的参数[128]的作用是什么??? 我调试时发现 [128] 传到了参数shortcut class C3Pruned(nn.Module): # CSP Bottleneck with 3 convolutions def __init__(self, cv1in, cv1out, cv2out, cv3out,...