Devashish Sood
Devashish Sood
So I was trying to repurpose this for predicting from a folder of images, can you share a small snippet of how to get it to predict for a Numpy...
The code from demo.py is working on running with video capture but I can't get it to work for custom images. Can you just modify it to read images from...
So I got the predictions working on rectangles, but it still does not recognize women and keeps predicting male. I even changed it from BGR to RGB and confirmed that...
Works perfectly! Thank you! Here is my modified code for jupyter scripts ``` from pathlib import Path import cv2 import dlib import numpy as np import argparse from contextlib import...
Boss, I had the same error, wide_resnet.py is in the repo... Its not in pip. Can close this issue
It's not working in MacOSX High Sierra...
Yes the fzf integration solved the problem! I had to add plugin - fzf Might I add most of the zsh-users repositories are really good, life is so much better...
I tried running it and didn't work on mac High Sierra, libarchive v0.4.4 I just ran `pip install libarchive` and `import libarchive.public` gives error, same on python 2 as well...
It did not work, although I am unable to find the lib/libarchive.dylib as I am using Anaconda which might be another complication on top of MacOSX High Sierra ``` Requirement...
I am on high sierra 10.13.4. It does not work,some methods say R 3.5.1 is not supported others just say libgit2 is to blame, which is funny because git2r is...