hitbuyi

Results 70 issues of hitbuyi

the windows of all your example are not allowed to adjusted windows size by mouse dragging, some time it is not convenient

**Question:** split video on track 1, select one of the clips to export, it failed, it exports the whole video all the time . **System Details:** - OpenShot Version: 2.6.1,libopenshot...

question

**Question:** Think about a video is very long(10hour), I want just 10 minutes of it ,which is at the end of the vedio, far away from the vedio's beginning ,...

question

## Describe the issue After add following lines in .bash_profile ` eval "$('/c/Users/YTX/Anaconda3/Scripts/conda.exe' 'shell.bash' 'hook')" ` MSYS2 recognizes the conda environments, conda list, conda activate base ,etc woks python --version...

## Describe the issue copy contents from ctrl+c in windows , and can not paste in vim file in MSYS2 ## Steps to Reproduce the Problem vim 1.txt If applicable,...

I have specified the model path ` python test.py configs/tusimple_res34.py --test_model pretrained_model/tusimple_res34.pth --test_work_dir ./tmp ` but the code downloads model from "https://download.pytorch.org/models/resnet34-b627a593.pth" to /home/xxx/.cache/torch/hub/checkpoints/resnet34-b627a593.pth automatically

I use Tensorrt-8.0.1.6 to convert yolox-m and yolox-s model to trt model ` ./trtexec --onnx=yolox_m.onnx --saveEngine=yolox_m.trt --verbose ./trtexec --onnx=yolox_s.onnx --saveEngine=yolox_s.trt --verbose ` where yolox_m.onnx and yolox_s.onnx are obtained from the...

I build TensorRT-OSS v8.0.1.6 + TensorRT-8.0.1.6.Linux.x86_64-gnu.cuda-11.3.cudnn8.2,for purpose of writing custom ops, it need python, In my deployment, no python is needed, so I want to remove python related code from...

triaged

1,运行环境: conda: 4.13.0 paddlepaddle: 1.0.0 visual 2.4.1 2,运行下面的模型时 visualdl --model deploy/inference.pdmodel 出现了如下错误: (pddl) hitbuyi@hitbuyi-Dell-G15-5511:~/PycharmProjects/padlepadle|_project/SMOKE$ visualdl --model deploy/inference.pdmodel VisualDL 2.4.1 Traceback (most recent call last): File "/home/hitbuyi/.conda/envs/pddl/bin/visualdl", line 8, in sys.exit(main())...

Environments: OS: ubuntu20.04 conda: 4.13.0 mayavi: 4.7.4 vtk: 9.1.0 python:3.9.6 Error messages: ``` (py1121) hitbuyi@hitbuyi-Dell-G15-5511:~/PycharmProjects/pytorch_project/3D_vis$ python kitti_object.py --show_lidar_with_depth --img_fov --const_box --vis data/object training Traceback (most recent call last): File "/home/hitbuyi/PycharmProjects/pytorch_project/3D_vis/kitti_object.py",...