Mike Azatov
Mike Azatov
As stated in the title RandomBrightnessContrast rescales the image from 0 to 1, whether the input is uint8 or float32. In my case, the input is `float32` from 0 to...
I'm trying to run this on low-resolution images that contain one human. The images are about ~ 50x100 pix, so much smaller than the model boxsize. The program doesn't work...
I asked this question in the original repo, but didn't receive an answer so I thought maybe somebody here could provide an insight into this. I was wondering about this...
I'm trying to run this on low-resolution images that contain one human. The images are about ~ 50x100 pix, so much smaller than the model `boxsize`. The program doesn't work...
I'm wondering what is the idea behind looping over `scale_search` in evaluation? I looked through the paper but couldn't find a good explanation on why we use `scale_search = 0.5,...
Is there somewhere I can download data for training in the already correct format? (with flow files, and RGB files, and the corresponding txt files). I'd like to go through...
I'm getting some absurd "best guess" values. Any ideas what could be wrong? ``` given: 1920x1080 best guess: 1449x12 all width height 1449 (57.05%) 12 (57.03%) 1396 (56.10%) 16 (55.37%)...
I'm having an issue with the version of `importlib-metadata`. One hand, the `setup.py` seems to be installing the 4.2.0 version of `importlib-metadata`, on the other hand it's complaining that it's...
In your opinion, how sensitive is the model to the flow method? I've tried it with some other flow methods on cuda (for speed) and it gives me absurd results....
I seem to always get this error when I try to create InceptionV3 model no matter what `input_shape`. What are the limitations on input shape there? ``` InvalidArgumentError: Negative dimension...