average-everyman
average-everyman
hi @zeevikal, I have no solution for you but I wanted to ask you how you managed to get to that point actually? I did the conversion of yolo9000 cfg/weights,...
any news? is yolo9000 supported now?
you can get it from here: https://github.com/pjreddie/darknet/blob/master/cfg/yolo9000.cfg
see this: https://github.com/allanzelener/YAD2K/issues/163#issuecomment-882581223
use this one: https://github.com/pjreddie/darknet/blob/master/cfg/yolo9000.cfg
this worked for me: ``` conda config --add channels conda-forge conda config --add channels akode ``` and then using a modified .yml file ``` name: tensorf-yolo9000 channels: - defaults -...