bnosac / image

Computer Vision and Image Recognition algorithms for R users
274 stars 65 forks source link

namelist error on R #6

Closed kilometer0101 closed 6 years ago

kilometer0101 commented 7 years ago

Using image.draknet pkg on R, with original trained Yolo weights, the "labels" class list length in the function image_darknet_model must be larger than 1? but I trained only 1 class. how can i do??

kilometer0101 commented 7 years ago

here is an error message length(labels) > 1 is not TRUE

jwijffels commented 7 years ago

It's nuclear what you are doing you need to provide a reproducible example to get help

kilometer0101 commented 7 years ago

hmm..

Now I'm trying apply this method, and finished training original my dataset. So, I have cfg, weights, and names file (the model was based on yolo.cfg & extraction.conv.weights). https://timebutt.github.io/static/how-to-train-yolov2-to-detect-custom-objects/

jwijffels commented 6 years ago

Closing as no active feedback given in last month.