chrisTopp84
chrisTopp84
Hi, first of all you did a great job! I'm using Colab to train my custom model. You wrote that it is unfortunately not possible to use Tensorboard to check...
Hi, I trained new YOLOv3-tiny weights on my own PC and everything worked. Now I copied these files - yolov3_custom_Tiny.data-00000-of-00001 - yolov3_custom_Tiny.index and pasted them on a another PC. After...
Hi, thanks a lot for your great tutorial. I followed your tutorial (https://pylessons.com/YOLOv3-TF2-GoogleColab/) to train a custom dataset on Google Colab. Everything worked without an error and after training completion...
Hi, when I tried to run the object tracker with `python object_tracker.py --video 0 --output ./data/video/results.avi` unfortunatelly an error occurs. You can find the whole output below. Here are some...
Hi, when I'm running `python load_weights.py --weights ./weights/yolov3-tiny.weights --output ./weights/yolov3-tiny.tf --tiny` on my Jetson Nano (Jetpack 4.3, tensorflow 2.1.0) an error occurs. **Error:** > ValueError: cannot reshape array of size...
Hi, in my case a lot of errors occured while running ./install.sh Now i try to install the missing things subsequently on my own. To avoid further errors regarding the...