khanh101 / tiny-yolo-tensorflow

Tiny yolov3 tensorflow
55 stars 13 forks source link

test with pre trained weights from darknet #3

Closed LucasMahieu closed 6 years ago

LucasMahieu commented 6 years ago

Hi, And tanks for you work !

I would like to try you tiny yolo v3 implementation with the original darknet weights. Is it possible ?

khanh101 commented 6 years ago

Theoretically, It's possible. As I have mentioned in https://github.com/khanh1412/tiny-yolo-tensorflow/blob/master/Notes.txt There are some several differences between how darknet/caffe and tensorflow handling the multidimensional arrays. At this time, I have changed to learn other things. Thanks