Kevin Zezel Gomes
Kevin Zezel Gomes
HI, I got this error: pytorch==1.4.0 torchvision==0.2.1 loading pretrained resnet model Finished loading model! demo.py:94: UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead. x =...
**I got this error:** ----- info ----- [i] The config file: ./cfg/yolov3-face.cfg [i] The weights of model file: ./model-weights/yolov3-wider_16000.weights [i] Path to image file: samples/outside_000001.jpg [i] Path to video file:...
Hi, Will converting the final output of arcface embeddings 512 dimensions from float32 to float16 significantly reduce the search accuracy? Regards, Kevin
Hi, Thanks for sharing. I got this error: ``` Calling nvidia-settings to overclock GPU(s).. Invalid MIT-MAGIC-COOKIE-1 key ERROR: Unable to find display on any available system Invalid MIT-MAGIC-COOKIE-1 key ERROR:...
Hi, I got this error, i need restart application in android. I'm calling Restart.restartApp(); inside an isolate. StateError (Bad state: The BackgroundIsolateBinaryMessenger.instance value is invalid until BackgroundIsolateBinaryMessenger.ensureInitialized is executed.) Regards,...
Hi, I installed ncnn with vulkan on the raspberry pi 4B 8Gb correctly and I'm running the ncnn examples successfully on vulkan. But I'm not knowing how to correctly configure...
#12 Is it possible to run ./FaceRecognition without having the models folder? In other words, somehow the models files be compiled with cmake.
I have an application running standard yolov8, where I only filter the class number 0, person. Does this model with the coco dataset have the same accuracy as yolov8, but...
I'm not able to convert the model to onnx with dynamic input shape. ``` from super_gradients.training import models net = models.get("yolo_nas_s", pretrained_weights="coco") models.convert_to_onnx(model=net, input_shape=(3,640,640), out_path="yolo_nas_s.onnx") ``` Is there any flag...
Hi, I would like to ask to create a new feature in arduino SDK. I’m using AMB82 MINI and I need to crop the image with the face coordinates to...