gentlebreeze1
gentlebreeze1
how to add custom data aug operation to albumentations.Compose?any example?
yolov5s trt float16可以准确的预测框,但是int8预测效果很差,该怎么解决呢 @enazoe
Are there larger models available?
demo.py
i train it with PVAnet,What should i change in demo.py to use the output/voc_2007_trainval/ckpt files? @CharlesShang
AttributeError: 'NoneType' object has no attribute 'model_checkpoint_path' how to solve everone ?Thanks
can you share again? @lannguyen0910
Size does not match at dimension 0 expected index [128, 1, 4] to be smaller than src [127, 4, 4] apart from dimension 1. from bbox_pred_select = torch.gather(bbox_pred_view, 1,rois_label.long().view(rois_label.size(0), 1,...
onnx dynamic model 转trt model 推理结果不正确,请问是可能由于什么原因呢
how to convert besk.ckpt to onnx ?