Seoung-wook

Results 6 issues of Seoung-wook

When I tried python3 tools/demo_track.py video -f exps/example/mot/yolox_s_mix_det.py --trt --save_result, The error is occured. Traceback (most recent call last): File "tools/demo_track.py", line 280, in exp = get_exp(args.exp_file, args.name) File "/workspace/OC_SORT/yolox/exp/build.py",...

*I trained using the McGill hockey dataset. *I created the json file properly, and it is as follows. (my ds) {"images": [ {"file_name": "car_bos_2019_001/img1/000001.jpg", "id": 1, "frame_id": 1, "prev_image_id": -1,...

all of datasets have a gt category of visability, Is visibility essential? I'm curious to see if it's written by judging the number by seeing it with your own eyes,...

![git_issue](https://github.com/JaidedAI/EasyOCR/assets/58161144/b756ab9a-98ce-4fae-aa03-1177b40e1951) (A dataset is being built, gt on the left, pred on the right)I want to recognize "월 간 야 수" properly, but when I grab the vertical area in...

The final goal is to increase the recognition rate of Korean and English in Korean, English, Chinese, etc. In the case of the character area, I know that it is...

In my case, I use command like below. --------------------------------------------------------------------------------------------------------------------------------------------------------------- CUDA_VISIBLE_DEVICES=2 python train_VGT.py --config-file Configs/cascade/D4LA_VGT_cascade_PTM.yaml --num-gpus 1 MODEL.WEIGHTS ./pretrained/D4LA_VGT_model.pth OUTPUT_DIR ./trained --------------------------------------------------------------------------------------------------------------------------------------------------------------- error accured like below. --------------------------------------------------------------------------------------------------------------------------------------------------------------- Traceback (most recent call...