-
result(fps)
-----------------
| input | csresnext50-panet-spp | yolov3-spp |
|------| ------| ------|
| 416 | 43.61 | 61.01 |
| 512 | 35.96 | 50.03 |
| 608 | 29.13 | 37 |
* Makefile
~~~…
-
Hello !
I've done some work to convert bison grammars to EBNF understood by https://www.bottlecaps.de/rr/ui and applying it to this project verilog.y and with a bit of manual fixes I've got the EBN…
-
I've been trying to speed up my training using tensor cores. I've been looking through the code and reading other issues. I came across [this line](https://github.com/AlexeyAB/darknet/blob/8297b1be310…
-
Hi, could you tell me the size of your ssd or faster rcnn model? I found that my own trained faster rcnn model takes 142.14MB space! It is still too large.
-
Hello, can this network run on raspberry PI or FPGA
-
Hi,
Thank you for providing the code for XNOR net. I was just curious to know if there is a method to count the number of FLOPs the network takes for processing a single image during inference (the b…
-
I've sent an email to the authors roughly 2 weeks ago about the pretrained models but haven't got a response yet (maybe the email didn't go?) so I'm re-iterating the question here.
For obtaining th…
-
**Describe the bug**
line https://github.com/PMEAL/OpenPNM/blob/f49c0bb5eb04926084e80b2d3cd10b6d1e2723f0/openpnm/models/physics/ad_dif_conductance.py#L88
Apparently the shapes of the denominator a…
-
I tried to train in darknet classifier, but I found that RAM can't be released, which eventually caused the entire computer to crash.
My computer equipment
Graphics card RTX2080
CPU i9 9900K
…
-
Thank you for your great work, it really helped me a lot. However, I'm a bit confused about the 11th tip, which reorders the "conv-bn-relu-pooling" to "conv-polling-relu-bn". Is there a paper referenc…