whansk50

Results 6 issues of whansk50

Hi I'm using this codes with Python3.8 (with modifying some codes that can execute on Python3, because code was made with 2.7) Everything's okay, but some errors appear while training....

Hello, I executed train.py with multiple GPUs (I setted with `CUDA_VISIBLE_DEVICES=0,1` because I got double GPUs), and I got error : ``` Traceback (most recent call last): File "train.py", line...

``` Error!ting 2304 image The sample res_5350037-2005-0001-0808_scale(0.5) not present in GT eval time is 705.596533536911 ``` I cannot understand this error That file exists in gt.zip file and res file...

``` Traceback (most recent call last): File "train.py", line 66, in train(train_img_path, train_gt_path, pths_path, batch_size, lr, num_workers, epoch_iter, save_interval) File "train.py", line 35, in train for i, (img, gt_score, gt_geo,...

Hello, training process is initiated without problem, but when some times left, it is frozen like: ![image](https://github.com/jiangxiluning/FOTS.PyTorch/assets/60608880/7f0eabde-dfca-4b47-9f9b-982071568a59) it doesn't show any change on console and I check GPUs at that...

``` Traceback (most recent call last): File "eval.py", line 51, in eval_model(model_name, test_img_path, submit_path) File "eval.py", line 31, in eval_model detect_dataset(model, device, test_img_path, submit_path) File "/home/***/EAST/detect.py", line 174, in detect_dataset...