Skip to content

issues Search Results · repo:jasmcaus/opencv-course language:Python

Filter by

21 results
 (90 ms)

21 results

injasmcaus/opencv-course (press backspace or delete to remove)

Code for writing images to Faces dataset not included.
  • sherinnishara
  • Opened 
    on Dec 13, 2024
  • #40

The model creation part of the course at 3:31:00 raises some errors due to the new versions of TensorFlow changing some things around with how optimizers work. I recommend modifying the simpsons.py file ...
  • MrIzzat
  • Opened 
    on May 17, 2024
  • #38

# Create our model (returns a compiled model) model = canaro.models.createSimpsonsModel(IMG_SIZE=IMG_SIZE, channels=channels, output_dim=len(characters), loss= ...
  • kjayn
  • 2
  • Opened 
    on Dec 8, 2022
  • #32

In Lesson 4, he used boston.jpg for some effects which I was unable to find, which was changed at 33:36 in the course
  • Jimmytheprofessionaldumbass
  • 4
  • Opened 
    on Nov 12, 2022
  • #31

There is an error in the Capstone Project Code ( Section #4 - Capstone/simpsons.ipynb ). x_train, x_val, y_train, y_val = caer.train_test_split(featureSet, labels, val_ratio=.2) This should be x_train, ...
  • akshitagupta20
  • Opened 
    on Jul 17, 2022
  • #30

I am getting this error ~/PythonProjects/ImageAndVideo/simpsons.py in prepare(img) 94 img = cv.cvtColor(img, cv.COLOR_BGR2GRAY) 95 img = cv.resize(img, IMG_SIZE) ---- 96 img = ...
  • brccabral
  • Opened 
    on Oct 11, 2021
  • #27

When creating capture instance I wanted to see suggested methods and properties on VSCode. Anyway to achieve that? capture = cv.VideoCapture( Resources/Videos/dog.mp4 ) cv_suggestions
  • brccabral
  • 2
  • Opened 
    on Oct 6, 2021
  • #25

I have followed all the steps and have also replaced the deprecated methods with the new method as it has been instructed. But still, I am not getting more than 30% accuracy while training model. Please ...
  • manavCoder
  • Opened 
    on Sep 2, 2021
  • #24

I want to detect my own image against image of me and script not working can you make a script that uses a live ip cam (mp4) and just looks for 1 authorized image a pic (jpg) and echo matched when matched ...
  • jamieduk
  • 3
  • Opened 
    on Aug 27, 2021
  • #23

In the image in the face_detect.py file, the number of faces is 26. But the program counts 19.
  • Amirmohammadkazemi
  • 1
  • Opened 
    on Aug 15, 2021
  • #22
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub