-
is there any way to use this KNN Classifier with open cv to predict faces in a live video.
i have tried to combine them but didn't find a way to do it.
-
I tested the webcam successfully, and then I want to test the video, however, error reporting
"[2019-12-18 14:52:29595] [tfposeestimator] [debug] information + original shape = 1200x7202019-12-18 14…
-
Loading model
/home/pickleball/anaconda3/envs/vac/lib/python3.8/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and will be removed in…
-
Hi,
I have optimized Alexnet which I use as a classifier. Now I want to use SSD on top of alexnet to detect various objects in video . How should I proceed?
Thanks.
William.j.
-
Usually in classification problems for videos they use different approaches...
- Transformers
- CNN + LTSM: https://www.youtube.com/watch?v=QmtSkq3DYko
- TSM: https://www.kaggle.com/competitions/nfl…
-
With tools like [SAM2](https://ai.meta.com/sam2/) that track segmentation masks in videos, this may be a nice addition to our set of accepted input data.
Segmentation masks are usually represented as…
-
Hello.
Im new to programming, and trying to make some face recognition pipeline for my minor.
The idea is that i want to train my model to detect and classify some anime characters (including re…
-
When I try to manually classify a video using ml5's imageClassifier and Google Teachable Machine using vanilla javascript (not the p5.js). When I give it a model from the Google Teachable machine I ge…
-
@linchuming Hello, you use cuhk_ val_ simp_ share. json file when AFSD predicts the class of proposals in activitynet1.3 datasets. Does the model that gets the json file use the temporary boundary ann…
-
The server crashes every so often with a MemoryError. This is most definitely because `classifier.create_graph()` is called every time a new video needs to be cached. I've tried moving that function c…