-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [X ] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [ ] I am reportin…
-
I am using object detection API with tensorflow v1.12. I am having troubles getting reproducible results - each time I run my code I am getting different results. Is there any way to set random seed a…
-
Hello, thanks for your great job!
YOLOX is based on an anchor-free algorithm, and I would like to use YOLOX's ideas in the anchor-based algorithm. Now I have a question that I would like to ask:
…
-
@AlexeyAB Hi,
Thank you for the great effort and work.
We are trying to detect multiple small objects (red marked rectangles in the image) (this is a sample image just to show you the size of obj…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Hi,
I am training yolov7 to detects objects and it detects small & medium objects accurately.
But the problem arises when long objects come, it performs poor in single long objects (along with small…
-
Dear Sir,
I read your work “ Rethinking IoU-based Optimization for Single-stage 3D Object Detection”. It was great and I have questions about the simulation work you did in this work, you speak …
-
Thank you for the great work! I ran the proposed code on my custom dataset of medical image, the result list as below:
2019-05-06 03:04:17,399 maskrcnn_benchmark.inference INFO:
OrderedDict([('b…
-
Help me to clear this KeyError :8
Traceback (most recent call last):
File "train.py", line 184, in
tf.app.run()
File "C:\Users\Sathiesh Kumar\AppData\Local\Continuum\anaconda3\envs\ret…
-
> Looking at the source code in prior_box.py, we have code like pbox + = [cx, cy, ~, ~] in the forward function. If you analyze the loop with this code, pbox + = [cx, cy, scale, scale], pbox+=[cx, cy,…