susmitha

Results 7 comments of susmitha

> > @moahaimen LSTM models must be trained on video datasets. So as I tell everybody the first step is to have labelled data of the type you want to...

> ideo=cv2.VideoCapture(0) #or put your specific camera id ```python yolo_slowfast.py --input 0``` Here " 0 (Zero) " means webcam

@zimengxueying please check this link [https://drive.google.com/file/d/1xYsBiCSmXjE0BwoiH_Bcm4AWaA1pESHF/view](https://drive.google.com/file/d/1xYsBiCSmXjE0BwoiH_Bcm4AWaA1pESHF/view)

@zimengxueyin @seominseok0429 Are you working on this code ??? If yes I have some doubts can you please clarify that After successful completion of training on how to test it...

Hello @MuhammadAsadJaved Do you have pre trained model, if you have can you please share? Thanks

@ekosman @PHDPeter `[ WARN:0] global /io/opencv/modules/videoio/src/cap_v4l.cpp (887) open VIDEOIO(V4L2:/dev/video0): can't open camera by index` I am facing this error while running the below command `python AD_live_prediction.py --feature_extractor c3d.pickle --feature_method c3d`...

After setting HYDRA_FULL_ERROR=1 $ python predict.py model='best.pt' source='demo.mp4' ################$$$$$$$$$$$$$$$$$$ /home/harry/anaconda3/envs/sahara/lib/python3.11/site-packages/ultralytics /home/harry/anaconda3/envs/sahara/lib/python3.11/site-packages/ultralytics/assets WARNING ⚠️ 'ultralytics.yolo.v8' is deprecated since '8.0.136' and will be removed in '8.1.0'. Please use 'ultralytics.models.yolo' instead. WARNING ⚠️...