-
> [0] Bengio, Yoshua, Ian J. Goodfellow, and Aaron Courville. "Deep learning." An MIT Press book. (2015). [pdf] (Deep Learning Bible, you can read this book while reading following papers.) :star::sta…
-
After looking around the internet (including [this paper](https://arxiv.org/abs/1502.05082), I cannot seem to find a satisfactory explanation of the Average Recall (AR) metric. On the COCO [website](h…
-
thanks for your excellent job,
I still have a question about multi-level auxiliary information in your paper 4.1.2
however i cannot find where it used in your code, i just find 6 heads in main branc…
-
I would like to ask why the multi-scale anomaly score map can directly calculate the AUROC with the ground truth. What is the relationship between the anomalies represented by the feature similarity o…
-
Hello Mr Ferriere,
thank you alot for sharing your tensorflow implementation of PWC Net. Currently I am using it as a starting point for my thesis. However I'm wondering about the scaling factors y…
-
## 🐛 Bug
If the first given image is very tall or very wide, `MultiScaleRoIAlign.infer_scale` throws an AssertionError.
## To Reproduce
in `test.py`:
```
import torch
from torchvision.mo…
-
Hi @AlexeyAB
My testing and training image size is 320 x 240 px. Because of the limitation on the computing on the processor (Atom E3845 - Quad core - 1.91 GHz), i have to reduce the network size …
-
Reading byte ranges from files is supported in many cases in a web browser:
A byte range of a local file can be read by the [File API](https://www.w3.org/TR/file-upload/).
A byte range of a file stor…
-
Package Version
------------------------ ------------------
certifi 2024.7.4
charset-normalizer 3.3.2
filelock 3.15.4
fsspec …
-
Implemented weighted-multi_input-`[shortcut]` layer with weights-normalization, added:
New [shortcut] can:
* can take more than 2 input layers for adding: `from = -2, -3` (and -1 by default)
*…