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, I trained the model for the first time according to the number of iterations you set 30,000 times, but the total_loss has been floating around 10 within 6 hours after training, and the results of the model evaluation are also very bad (Figure 1); The second time I commented out the gamma value in the config, I found that the total_loss began to decline, but it fluctuated around 6 within 10 hours of training, and the model evaluation effect was not satisfactory (as shown in Figure 2). Expect your advice.
The text was updated successfully, but these errors were encountered:
you can use the offered code to transform VOC to json(coco) style @baiwhitedog
It seems the network study few information from dataset, you can check you code (mainly in the section of Dataset processing) to address this issue @jianjian-123
Hello, I trained the model for the first time according to the number of iterations you set 30,000 times, but the total_loss has been floating around 10 within 6 hours after training, and the results of the model evaluation are also very bad (Figure 1); The second time I commented out the gamma value in the config, I found that the total_loss began to decline, but it fluctuated around 6 within 10 hours of training, and the model evaluation effect was not satisfactory (as shown in Figure 2). Expect your advice.


The text was updated successfully, but these errors were encountered: