Devang Chavan

Results 7 comments of Devang Chavan

Hi donyam, can you please provide a clear description of the specific problem you are facing?

The issue you're facing with the bounding box coordinates, where the height and width of the boxes are larger than the actual face and sometimes vary randomly, might be due...

> You need to first install pandas on your machine. You can do that by running the below command `pip3 install pandas`

> Hi, do you mean that you need the probability at which the face recognition model is recognizing the face? Because there is no such thing as accuracy while recognizing...

Hi @jsnleong, can you specify your system specifications ( also the operating system) so that I can guide you in detail on how you can enable GPU for image embeddings....

> * face_recognition version: 1.3.0 > > * Python version: 3.10 > > * Operating System: windows 10 > > > ### Description > > After installing face_recognition library, i...

> comment the "from torchvision.models.vgg import model_urls" It worked here! > > Insert all this: > > **all** = [ 'VGG', 'vgg11', 'vgg11_bn', 'vgg13', 'vgg13_bn', 'vgg16', 'vgg16_bn', 'vgg19_bn', 'vgg19', ]...