-
I would like to ask whether the focalnet-dino and vit-det detectors used in the paper only select the first 100 detection boxes?Thank you.
-
Hi, i am trying to train my custom model. However i gave an error in bounding box showed below. What is the reason behind it and how can i solve it? Thank you
TypeError …
-
It may be useful to oversample the XRC and take data with smaller box sizes (even though the aperture is bigger than this). This should give us a more precise location for the centre of mass.
## Acce…
-
### Search before asking
- [X] I have searched the HUB [issues](https://github.com/ultralytics/hub/issues) and [discussions](https://github.com/ultralytics/hub/discussions) and found no similar quest…
-
Hi,
I am using YOLO to do some vehicle detection tasks. However, as shown in the attached screenshots, it seems that the detection results of this version of YOLO are different than the original YOLO…
-
I am stumped why the module is not being found. It's being recognized, but no dice. What is going on here?
![image](https://github.com/user-attachments/assets/4444d182-3a4c-460e-beb7-a811f99b0…
-
### Discussed in https://github.com/conceptadev/mix/discussions/447
Originally posted by **Solido** August 15, 2024
I need support for double click :)
right now onPress only is supported if …
-
I have a custom dataset which only has only one category. And the dataset is pretty small (training around 150 images). When I tried Faster RCNN with 500 epoch. I got mAP= AP = 0.8806. However, after …
-
Improve detection speed on video for python script `darknet_video.py`
Use multiple CPU-threads, at least 3 threads:
1. create duplicate image, resize it to network size, convert to `image` FP32-ty…
-
Hi, I read your paper and find it really inspiring. I have some questions as follows:
1. about own dataset making : Do I still need to label bounding box of each text area?
2. Does model abandon p…