Beybars Mussa
Beybars Mussa
Hi! Generally, we use **yolov4.pth**, that was trained on MSCOCO dataset, as the final weights file to detect objects. It is already trained/validated for optimality. It is a good way...
What is the point of creating community repository with no pretrained models? It is great for practitioners to start experimenting with models as fast as possible.
It would be great, if authors share the pre-trained models.
Hey man, have you managed to resolve this issue? I have an exactly same error on JN system.
Hi, check this https://github.com/deepinsight/insightface/issues/2199#issuecomment-1379880149
> Hope this helps you out: > > 1. Create a folder for your dataset. Separate your unique classes of images into their own folders inside of the dataset folder...
> can anyone please guide me to where I can find im2rec.py? Here it is, [link](https://github.com/apache/mxnet/blob/master/tools/im2rec.py)
> @beybars1 Hey, did you succeed in training arcface on your dataset? If so, is there any kind of full explanation or guidelines to follow?? Hi! Yes, I managed to...
Hi, adding to @Johnqxy answer. The comparison of two faces is done by following: 1. L-2 normalize two embeddings (vectors). In case of ArcFace, shape of embedding is (512,1) 2....
Hi everyone, I have recently faced the same issue while starting `mlflow ui` from my local docker container. I was following official mlflow tutorials, from [this](https://mlflow.org/docs/latest/quickstart.html). The code is following:...