Remove useless bboxes&labels in CocoDataset #158
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
使用Dataloader查看图像时发现如下现象:
因为random crop部分框在图像之外了(比例大约在3-5%),就在dataloader中将这些框去除。
去除后又发现有些图片全是背景,没有目标,就把这些没目标的图像也一并去除了(比例大约<1%)。
接着用这些数据在之前训练好的repvgg上进行连finetuning,训练了15个epoch,较之前提升了0.005%的精度(可能只是训练时的精度波动 orz)。
大佬你看着合,具体有没有提升还不清楚0.0