-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
End-to-end style train accuracy improves too quickly, am I wrong somewhere? #10
Comments
The results obtained from the implementation of end-to end inference are as follows,is it normal, the AP maybe low?: Evaluating bbox... |
Hello, may I ask how you obtained the lvis_v0.5 dataset,the official website only has v1 |
Hello, I just search it in google. Maybe this page help. |
@Suncheng2022 Hello,may I ask you why the end to end inference running so slowly ? |
This is the first few iterations training log:
2023-04-23 16:36:09,169 - mmdet - INFO - workflow: [('train', 1)], max: 12 epochs
2023-04-23 16:36:30,358 - mmcv - INFO - Reducer buckets have been rebuilt in this iteration.
2023-04-23 16:37:03,128 - mmdet - INFO - Epoch [1][50/4399] lr: 1.978e-03, eta: 15:48:28, time: 1.079, data_time: 0.408, memory: 7504, loss_rpn_cls: 0.6129, loss_rpn_bbox: 0.3645, loss_cls: 113.8634, acc: 51.2393, loss_bbox: 0.4169, loss: 115.2578, grad_norm: 1112.3063
2023-04-23 16:37:36,244 - mmdet - INFO - Epoch [1][100/4399] lr: 3.976e-03, eta: 12:44:35, time: 0.662, data_time: 0.006, memory: 7504, loss_rpn_cls: 0.3718, loss_rpn_bbox: 0.2817, loss_cls: 0.5315, acc: 86.3486, loss_bbox: 0.4726, loss: 1.6576, grad_norm: 10.5886
2023-04-23 16:38:09,524 - mmdet - INFO - Epoch [1][150/4399] lr: 5.974e-03, eta: 11:43:52, time: 0.666, data_time: 0.006, memory: 7504, loss_rpn_cls: 0.2926, loss_rpn_bbox: 0.2397, loss_cls: 0.4812, acc: 85.5732, loss_bbox: 0.5225, loss: 1.5360, grad_norm: 8.0355
2023-04-23 16:38:42,793 - mmdet - INFO - Epoch [1][200/4399] lr: 7.972e-03, eta: 11:13:12, time: 0.665, data_time: 0.006, memory: 7504, loss_rpn_cls: 0.2514, loss_rpn_bbox: 0.2163, loss_cls: 0.4500, acc: 86.1561, loss_bbox: 0.5144, loss: 1.4320, grad_norm: 8.1893
2023-04-23 16:39:16,145 - mmdet - INFO - Epoch [1][250/4399] lr: 9.970e-03, eta: 10:54:52, time: 0.667, data_time: 0.006, memory: 7504, loss_rpn_cls: 0.2354, loss_rpn_bbox: 0.2269, loss_cls: 0.4661, acc: 85.6025, loss_bbox: 0.5505, loss: 1.4789, grad_norm: 8.3150
The text was updated successfully, but these errors were encountered: