You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Mr. Wang. Thank you for your code sharing.
I have a questions that confuse me:
when I run main.py, it have error " 'Namespace‘ object has no attribute ‘vis‘ ".
So I checked “ gg_cnn”,find the main.py don't have " parser.add_argument('--vis', action='store_true', help='Visualise the training process') ".
After I added it, I found it was working normally.But when running in this way, the output models are always “ epoch_XX_iou_0 ”, and every epoches runs very fast.
I wonder if some of my parameters are not set, resulting in no training.
I hope you can take the time to answer my confusion. Thanlk you very much!!!!
In addition, I noticed that you are Chinese. This is my wechat17638091261.
I really hope we can have further communication,
Finally, praise your scientific research spirit
The text was updated successfully, but these errors were encountered:
Hello, Mr. Wang. Thank you for your code sharing.
I have a questions that confuse me:
when I run main.py, it have error " 'Namespace‘ object has no attribute ‘vis‘ ".
So I checked “ gg_cnn”,find the main.py don't have " parser.add_argument('--vis', action='store_true', help='Visualise the training process') ".
After I added it, I found it was working normally.But when running in this way, the output models are always “ epoch_XX_iou_0 ”, and every epoches runs very fast.
I wonder if some of my parameters are not set, resulting in no training.
I hope you can take the time to answer my confusion. Thanlk you very much!!!!
In addition, I noticed that you are Chinese. This is my wechat17638091261.
I really hope we can have further communication,
Finally, praise your scientific research spirit
The text was updated successfully, but these errors were encountered: