sattychen

Results 2 issues of sattychen

(mxnet_py39) [root@AIServer-0 ppocr_img]# paddleocr --image_dir ./imgs/11.jpg --use_angle_cls true --det_model_dir="../ch_PP-OCRv3_det_infer" --rec_model_dir=../ch_PP-OCRv3_rec_infer --cls_model_dir=../ch_PP-OCRv3_rec_infer [2022/08/01 15:17:03] ppocr DEBUG: Namespace(help='==SUPPRESS==', use_gpu=True, ir_optim=True, use_tensorrt=False, min_subgraph_size=15, precision='fp32', gpu_mem=500, image_dir='./imgs/11.jpg', det_algorithm='DB', det_model_dir='../ch_PP-OCRv3_det_infer', det_limit_side_len=960, det_limit_type='max', det_db_thresh=0.3, det_db_box_thresh=0.6, det_db_unclip_ratio=1.5,...

在用RIFE进行视频插帧时,发现一个视频大小的问题: 原视频大小大约8M,执行 python3 inference_video.py --multi=2 --video=face_1.mp4后,输出的视频大小要到170M 为啥会增加这么多呀?就加了一个帧,理论上不应该是增加1倍大小吗?