Zihao Zhang

Results 17 comments of Zihao Zhang

can confirm installing cargo fixes the build, would be nice to get an arm build

Hi any target date for the release? we are currently using HEAD commit build in production which is not very desirable.

mAP calculation is pretty hard to implement, i have looked around on the internet hoping to find a clean algorithm i can borrow from. But unfortunately i haven't found a...

Please check out the new training tutorial for getting good accuracy

Hi I thought about this before, do you know if this conversion will work for multiple classes?

this problem has been raise before, this may have something to do with categorical_cross_entropy in the loss function. I can take a look when i get time, but right now...

have you tried training using eager mode does it work?

I made a tutorial on training from scratch. https://github.com/zzh8829/yolov3-tf2/blob/master/docs/training_voc.md let me know if this helps you, in my experience training without transfer learning from darknet is almost impossible

https://github.com/zzh8829/yolov3-tf2/issues/221

can you run this script and check if your dataset is in the proper format? `python tools/visualize_dataset.py --dataset ./train.tfrecor --classes=./data/voc2012.names`