Veselyev Aleksandr

Results 8 issues of Veselyev Aleksandr

https://github.com/Cadene/pretrained-models.pytorch/blob/8aae3d8f1135b6b13fed79c1d431e3449fdbf6e0/pretrainedmodels/models/inceptionresnetv2.py#L300 In this realization model has 1536 feature maps in the end. However, according to https://arxiv.org/pdf/1602.07261.pdf it should be 2048 (fig 19). Please, can you explain, why the realization is...

:wave: Just a quick question: what `torch` and `torchvision` versions were originally used? `requirements.txt` file doesn't have any specific versions

## 🐛 Bug 👋 I was trying to build a benchmark container but got an error. My laptop has Apple M1 Pro chip ## To Reproduce Steps to reproduce the...

Hi there! Accidentally come across your repository and I absolutely love it! However there is a small problem that bugs me: When I try to run it in colab I...

Hi 👋 I've reformatted code a little bit to make it prettier. 1. `black` formatting. Flag `-l=100` is used 2. `isort` formatting 3. check code with `flake8`. Flag `--max-line-length=100` is...

Hi 👋 I have updated `gitignore` slightly with some reasons in mind: 1. you won't accidentally commit your api key 2. you won't accidentally commit env folder Hope, you'll find...

Hello! In source code there is mentioned anti profile model to determine, whether a face is frontal or not https://github.com/elyha7/yoloface/blob/4c92a0139ba944f0d7b14f579e1287f2652449a2/face_detector.py#L37 But there is no such file in `models` folder, nor...