Deep-learning999

Results 15 issues of Deep-learning999

!python main.py --config config/dlhlp/asr_dlhlp.yaml ![Screenshot_20200913_184730](https://user-images.githubusercontent.com/64831773/93016147-9f7e4f00-f5f1-11ea-9da8-5de71513bf7d.jpg)

Thanks, a very good project. I used a single gpuDemo.py to infer the video and the effect video address [output.mp4](https://youtu.be/ivzC8f-0iY4) . However, the personnel detection frame is very jittery and...

像注意力模型week2源码和数据集就有1.7gb

This is a screenshot of the generated video, why is the cpu so slow and can't reach 10fp ![11111](https://user-images.githubusercontent.com/64831773/183981783-b47a7ee6-35b5-4bcb-8eff-0c577f5c41a0.jpg) s

How to modify pit when pit is prohibited

For video inference, what is the fastest fps

It is a novel method that pays more attention to real-time speed. Excuse me, compared with other methods, detection, instance segmentation, and human pose inference speed can achieve real-time, such...

!python pose-estimate.py --source "football1.mp4" --device 0 Optimizer stripped from yolov7-w6-person.pt, 280.0MB Fusing layers... IDetect.fuse Frame 0 Processing --------------------------------------------------------------------------- KeyError Traceback (most recent call last) Input In [7], in () 164...

enhancement

from sleap.nn.inference import TopdownPredictor,Tracker predictor = TopdownPredictor.from_trained_models( centroid_model_path="C:/Users/designlion/Documents/openvino_notebooks/notebooks/0000001sleap-mit-tutorial/sleap-mit-tutorial-master/models/baseline_model.centroids", confmap_model_path="C:/Users/designlion/Documents/openvino_notebooks/notebooks/0000001sleap-mit-tutorial/sleap-mit-tutorial-master/models/baseline_model.topdown", ) predictor.tracker = Tracker.make_tracker_by_name(tracker="simple") ImportError Traceback (most recent call last) Input In [2], in () ----> 1 from sleap.nn.inference import TopdownPredictor,Tracker...

!python train.py --data data/coco_kpts.yaml --cfg cfg/yolov7-w6-pose.yaml --weights weights/yolov7-w6-person.pt --batch-size 128 --img 960 --kpt-label --sync-bn --device 0 --name yolov7-w6-pose --hyp data/hyp.pose.yaml Namespace(adam=False, artifact_alias='latest', batch_size=128, bbox_interval=-1, bucket='', cache_images=False, cfg='cfg/yolov7-w6-pose.yaml', data='data/coco_kpts.yaml', device='0', entity=None,...

bug