jhonjam
jhonjam
mask_scale: Using default '1.000000' Loading weights from darknet19_448.conv.23...Done! Learning Rate: 0.001, Momentum: 0.9, Decay: 0.0005 Couldn't open file: /content/darknet/data/train.txt I am working in google colab. help me
@shouryasimha yo solucione el problema descargando nuevamente los archivos desde !git clone https://github.com/AlexeyAB/darknet, inicialmete estaba descargando los archivo desde !git clone https://github.com/pjreddie/darknet lo cual me generaba ese error.
@nwojke hi i am trying to train the **cosine metric learning** model available in this repository [https://github.com/nwojke/cosine_metric_learning](url) with data set VeRi available in [https://github.com/JDAI-CV/VeRidataset](url). I have followed some recommendations that...
> Al ejecutar eval.py para evaluar un modelo NASNet entrenado con datos propios utilizando matrices de coco, me da el error > > "Archivo" /home/mdmuniruzzaman/anaconda3/envs/tensorflow1/lib/python3.7/site-packages/object_detection-0.1-py3.7.egg/object_detection/eval_util.py ", línea 404, en _run_checkpoint_once...
> When i'm trying to predict its giving me same error > > > ValueError: too many values to unpack (expected 2) > > anyone was able to solve this?...
> ¿Puedes mostrar el fragmento de código de tu predicción? Tal vez está devolviendo menos valores y lo está asignando a múltiples variables Hi, I was following the suggestion proposed...