Giter Site home page Giter Site logo

theaiguyscode / yolov3-cloud-tutorial Goto Github PK

View Code? Open in Web Editor NEW
89.0 89.0 78.0 1.47 MB

Everything you need in order to get YOLOv3 up and running in the cloud. Learn to train your custom YOLOv3 object detector in the cloud for free!

Python 0.07% Jupyter Notebook 99.93%
cloud deep-learning google-colab object-detection yolov3 yolov3-cloud-tutorial

yolov3-cloud-tutorial's People

Contributors

theaiguyscode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

yolov3-cloud-tutorial's Issues

How to test this on a video?

I have even tried your video on How to Build an Object Detection Classifier with TensorFlow 2.0 on Windows, where you used detect.py, but in this repo, I couldn't find anything related similar to that file.
Is there any way to implement this model on videos??

C99 mode problem

Hi, I met the problem when executing "make"

./src/classifier.c:756:9: error: ‘for’ loop initial declarations are only allowed in C99 mode

I have done some google and tried add CFLAGS=-std=c99 or CFLAGS = -Wall -std=c99 at the top of Makefile, but it didn't work.

Maybe you can offer some advice?

errorr

ln: failed to create symbolic link '/mydrive/My Drive': Operation not supported

Custom weights not created in yolov3/backup folder

Hello, I could start the training but weights file is not creating in /mydrive/yolov3/backup/ folder. What could be the reason? It just shows this after the training is completed and I am unable to find these files in the root of darknet.

/yolov3-custom.backup
/yolov3-custom.backup

video not showing

i run it on colab
when i use detection on video (YouTube.mp4 in data file)
!./darknet detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights data/YouTube.mp4
after run it video not showing or playing
any idea how to fix it

testing gray scale images?

Hello, how can I modify this code for gray scale images?
def imShow(path):
import cv2
import matplotlib.pyplot as plt
%matplotlib inline

image = cv2.imread(path)
height, width = image.shape[:2]
resized_image = cv2.resize(image,(3width, 3height), interpolation = cv2.INTER_CUBIC)

fig = plt.gcf()
fig.set_size_inches(18, 10)
plt.axis("off")
plt.imshow(cv2.cvtColor(resized_image, cv2.COLOR_BGR2RGB))
plt.show()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.