-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no si…
-
The prediction is {'instances': None}
`[03/22 21:39:26 detectron2]: Arguments: Namespace(config_file='../configs/SSIS/MS_R_101_BiFPN_SSISv2.yaml', webcam=False, video_input=None, input='./samples…
-
**Describe the bug**
I have custom trained the EfficientDetD0 model from the TensorFlow model zoo for object detection and exported the model to onnx with tf2onnx using opset 11 and fixed input of [1…
-
## Expected behavior:
It should load all my model weights.
SOS!Why detectron2 version==0.4,can not load my whole model weights?
![image](https://user-images.githubusercontent.com/28611665/15912…
-
As i am running the training code with coco dataset. Getting the error - **ValueError: It appears you are trying to construct a functional model, but not all of the inputs in the first positional argu…
-
**Error Message **
2021-07-09 02:08:35.365931341 [E:onnxruntime:, sequential_executor.cc:318 Execute] Non-zero status code returned while running Transpose node. Name:'StatefulPartitionedCall/Efficie…
-
Hello, I'm trying to load a ssd_resnet50_v1_fpn_640x640_coco17_tpu-8 I just fine tuned but I'm coming across this error:
'_UserObject' object has no attribute 'summary'
Here are the 4 lines of c…
-
I changed the backbone to Efficientnet-b0 and reduce the number of BiFPN layers from 6 to 1, in order to cut down the runtime of inference. After training 200 epochs with segmentation head frozen, I t…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no si…
-
将C_.MODEL.BASIS_MODULE.NORM = "BN" 并重新编译后,使用单GPU总是提示错误:Default process group is not initialized ,这个该如何解决