woreom
woreom
Hi, Thank you for the great repo! I'm new to ROS and MOLA, so this might be a basic question. I can't run any of the demos, and the documentation...
Hi, Thanks for your awesome repo. I'm trying to recreate the results you published in your paper, however, the dataset you use differs from the original datasets, and the tieredImageNet...
So I'm using the pre-trained model arcface_r100_v1 and img='https://drive.google.com/open?id=16PKySktkjj3579S1F9a9mmCmMRm1fH8u', I get the error AttributeError: 'NoneType' object has no attribute 'shape' I am using the python 2.7 insightface package. Here is...
Hi, Thanks for the awesome repo; I'm very new to mmdetection3d and I was wondering if there is a pretrained model of voxel-mae that I can test?
At `model_zoo.face_detection` code imports mxnet and mxnet.ndarray inside FaceDetector __init__ function which makes the code unusable for example, ``` from insightface.model_zoo.face_detection import retinaface_r50_v1 model = retinaface_r50_v1() model.prepare(ctx_id = -1, nms=0.4)...