-
I've been trying to evaluate my YOLO models using this tool but I can't seem to get the AP to calculate. Attached below are the coco-labels and the results.json that I've created matching the example …
-
We currently display only one bbox, so we need to display all of them.
-
Hello, I am amazed by the accuracy of the 0-shot recognition after using the API, but I hope to adjust more parameters like bbox_threshold and iou_threshold, hoping for an update in the future. Also, …
-
![image](https://github.com/user-attachments/assets/177bfe06-c526-4953-9ea0-b40c16f79e82)
rtdetr_pytorch/src/solver/det_engine.py in line 136,
When my training data is 1280x720 and the data is pre…
-
Given this code:
```py
from eodag import EODataAccessGateway, setup_logging
import datetime
setup_logging(3)
dag = EODataAccessGateway()
dag.set_preferred_provider("meteoblue")
tomorr…
-
hello Ziqi, thans for your great work. I have a question about the tracklet score update, in your code:
1. the tracklet score is initialized with
self.latest_score = bbox.s
2. in the predi…
-
https://github.com/DigitalGlobe/CloudServices/blob/6c30ab43e38ea84a4fca9ac2dda52a5f8256f799/ogc-sdk/src/Maxar_OGC/interface.py#L400
Unable to find featureid in get_full_res_image search without spe…
-
**Describe the bug**
Requesting features with a request containing a BBOX returns features which are not located inside the BBOX.
The behavior was detected with the reference implementation: http:…
-
I want to use faster-rcnn to do object detection instead of mask rcnn for splitting, now it always shows insufficient video memory, in fact my video memory still has space, maybe there is a problem wi…
-
I have a request for fast loading of subset of dfs data.
Background: I have a dfs2 file for a global dataset, and I wish to read all timesteps of this data but only a sub-area. The way I do it now…