Skip to content
#

computervision

Computer vision is an interdisciplinary field that deals with how computers can be made to gain high-level understanding of digital images and videos.

Here are 383 public repositories matching this topic...

This repository allows you to get started with a gui based training a State-of-the-art Deep Learning model with little to no configuration needed! NoCode training with TensorFlow has never been so easy.

  • Updated Apr 14, 2022
  • Python

This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. NoCode training with YOLOv4 and YOLOV3 has never been so easy.

  • Updated Apr 14, 2022
  • Python
swapnil-ahlawat
swapnil-ahlawat commented Aug 2, 2020

On using resume feature of mxrcnn to start training my model again after some number of epochs, it produced really bad inferences. Whereas when I trained the whole model in one go, the results we satisfactory. I think there is some issue in the resume feature of mxrcnn pipeline.

bug good first issue