Skip to content

Why randomly perturb the center when building the dataset instead of using a new pipeline to perturb the data as it is loaded? #1350

Answered by ly015
yinaoxiong asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, it is more reasonable to do the bbox perturbation in the pipeline. Actually, we have moved it to the pipeline in #1311 and it will be merged into the master branch in the next released version (v0.26.0).

Although as you mentioned, doing perturbation in the datasets leads to the issue that the same results are used for every epoch, it doesn't seem to harm the performance, as shown by our recent experiment. So you can safely use the model trained by the old version code.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yinaoxiong
Comment options

Answer selected by yinaoxiong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants