GuHuiJian
GuHuiJian
I want use resnet101_v1d , when i try to train model on my datasets ,it is failed, i can not restore the model, I want kown how to use it...
无法生成 engine
使用export_onnx.py 文件生成了onnx文件,在使用trtexec 生成engine 文件时失败,环境为 cuda10.2 cudnn8.4.1 torch1.7.1 是否在生成onnx文件时需要将device 设置为GPU模式
onnx模型在GPU下可以正常运行,指定CPUExecutionProvider,程序无法运行,是否只支持GPU运行
self.gt_OODcoco_api = COCO(self.args.dataset_dir + "/annotations/instances_val2017_extended_ood.json") i want ti run vis.sh,but i can't find instances_val2017_extended_ood.json, if it's wrong ,should i modify it to instances_val2017_coco_ood.json