abhishekvarma23

Results 5 comments of abhishekvarma23

> Have you solved your problem? I encounter the same error @nuannuan1991 @Richardkang1992 yolo_video.py: error: unrecognized arguments: I got same error. How to solve the issue?

> How to solve the list Index error while training the network. > > Traceback (most recent call last): > File "train.py", line 190, in > _main() > File "train.py",...

> what is in your train.txt? It seems to be that the train.txt line is wrong ###########Train.txt################################ Input data image size:1920*1080 C:\imgs1\vlcsnap-2018-07-21-18h42m15s301.png 180,485,462,741,0 1422,388,1675,625,1 C:\imgs1\vlcsnap-2018-07-23-16h37m17s162.png 175,201,462,474,0 84,808,384,1063,1 C:\imgs1\vlcsnap-2018-07-23-16h43m47s473.png 1377,699,1677,919,0 C:\imgs1\vlcsnap-2018-07-23-16h44m27s588.png...

@AryaCao do i need to change to input shape (1920*1080) to (1920*1088) #multiple of 32 ?

@AryaCao Thank you so much. Saved extra lines in the train.txt. Solved the issue now.