-
![a0700c14398529cba202e7be1b130f1](https://github.com/user-attachments/assets/bfbfa46c-1fe6-4afe-8870-87e51b87c9f6)
在联合仿真的时候出现ERROR: [COSIM 212-330] Aborting co-simulation: top function 'YOLO2_FPGA…
-
大佬,能分享一下yolov2的pytorch版本吗。
-
Hi, thanks for your code.
But some important points for yolov2 are hard to be found in your code, such as anchor boxes, direct location prediction and so on.
So i wonder whether your code is to comb…
-
**What?**
Can you please provide a sample file or even a meta description of a 2D object bounding box txt file?
**Why?**
I would like to run the mono example online using my own 2D object boundin…
-
I have already installed nms but on my terminal i got this issue
\darkflow\setup.py:6: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; s…
-
INFO:tensorflow:yolo2_darknet/conv20/BatchNorm/moving_variance: [1024]=1024
INFO:tensorflow:yolo2_darknet/conv20/weights: [3, 3, 3072, 1024]=28311552
Traceback (most recent call last):
File "…
-
I tried python demo under windows7 python 3.6 torch0.4.1 but
it showed the error
Traceback (most recent call last):
File "demo.py", line 6, in
from darknet import Darknet19
File "C:\LPR…
-
1、I use 5 anchors for detection in the beginning, the last convolutional and region is:
[convolutional]
size=1
stride=1
pad=1
filters=35
activation=linear
[region]
anchors = 0.7,0.97, 2.22,3…
-
Asking here because issue tracking is disabled in the other project: I'd like to use [yolo2_light](https://github.com/AlexeyAB/yolo2_light) for a robotics research project because it's more light-weig…
tlind updated
6 years ago
-
Hi,
I have Yolo2 darknet19 weights and cfg files pretrained on a custom dataset. I converted those to TF h5 weights using the `convert.py` script, which also created an anchors file. However when I…