-
https://github.com/ultralytics/ultralytics gives some super easy ways to convert the original pytorch to a number of models.
`yolo export model=yolov8n.pt format=tflite int8=true imgsz=320` should …
-
User is not able to search for a custom Rule Name containing special character.
**Build Details:**
Version: 7.13.0 Snapshot
Build number: 40223
Commit: 302ee56818e77b0ab5933ae82dbd7bceac05f225
…
ghost updated
3 months ago
-
### 🐛 Describe the bug
torchbench_amp_fp16_training
xpu train vision_maskrcnn
Traceback (most recent call last):
File "/home/sdp/actions-runner/_work/torch-xpu-ops/pytorch/benchmarks/dynamo/com…
-
Detect when this is the case.
Can it be fixed and how serve is it?
Maybe because we just passed a traffic light (detected) != next in line (next along waypoints)?
https://github.com/Daraan/Lu…
-
Trained model on colab. While testing it on samples, the detections are good but labels and accuracy is not showing. Only a black tape over the bounding boxes.
-
I am trying to train it only for detection. So, I edited the .txt files in the annotations of ICDAR2015 and replaced the last part of each line (the label) in each file with "###".
Previously, it was…
-
I first install cvpods and success to train retinaNet.
However, I face the error in border_align when I train borderDet.
Now I don't know how to fix it.
发生异常: RuntimeError
cuda runtime error (98…
-
The onnx file in the examples is work:
https://github.com/microsoft/onnxruntime-inference-examples/tree/main/mobile/examples/object_detection/android
but I use oridinal yolov8n.pt to transfor yolov8…
-
I have tried running EVA01/EVA02 on Linux and Windows. All the tests go through. But the demo code is dysfuctional.
You claim that you adopted the Detectron2 framework. In Detectron2 installation t…
-
I want to use this data set to achieve target detection. I want to get the label box of each instance (such as vehicles, pedestrians). How do I convert it? I want the format of VOC or COCO. If there i…