ambr89

Results 35 comments of ambr89

Hi @LucasMahieu ! This implementation is only for testing, not for trainig. I've found this: [https://github.com/raytroop/YOLOv3_tf](https://github.com/raytroop/YOLOv3_tf) but I haven't tried yet

I know, at the moment I'm trying to translate from darknet to darflow the missing layer and new loss function, but it isn't easy !!!

At the moment, I'm trying to reproduce loss function. The upsample layer I hope I did well, but while I haven't finisched I don't know if work.

Hi everybody! At the moment, I'm using this [project](https://github.com/qqwweee/keras-yolo3) It isn't darkflow but it's quite similar.

Hi everybody! I've translate yolov3 from .ckpt to .pb and from .pb to .tflite I've use keras, something like this `https://github.com/qqwweee/keras-yolo3`

I've a question, Did you see any difference in changing the batch=64 and subdivisions=8? During training ? and during testing? During training, if I want change batch I had to...

@vytautas-pranskunas- @Yawar217 Do you have resolved it?

@akadebnath do you have found any solution for this?

@akadebnath thanks so much!!!

@grumpygary do you have found a solution?