-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
关于数据增强与长方形输入 #13
Comments
|
|
|
|
在后处理加个参数 |
(我打算实验下是不是和position embeding有关系,因为我发现同正方形跨尺寸还是有一定性能的,但是变成长方形就完全没有性能。您还有别的建议嘛) 配置如:
|
你上边贴的配置也是跑不出来? |
是的 长方形性能显著低于正方形 |
我感觉还是后处理的问题 你可以再确定一下那个逻辑有问题没 |
似乎找到问题了 我先开了个mr 方便交流 具体分析: |
歪一下楼: 你训练自己的数据时候 没有用用coco上的预训练嘛 比如修改pretrain_weights |
确实,之前只用了应该是imagenet pretrain(https://paddledet.bj.bcebos.com/models/pretrained/ResNet18_vd_pretrained.pdparams) |
看了下对应的pr,这种bug真的哭笑不得😂 |
没有细查的话,其实也正常。甚至有可能是copilot自己生成的😂 |
你好!
如果可能的话,我能从您这里获得一些答案吗?如果您能提供帮助,我将不胜感激。 |
可以参考下我的配置,我就是按照那个配置跑的 |
BTW,形状输入和数据分布是有关系的,而且resize成较小的矩形,比长边为准的正方形,目标是要变小,性能可能要变低的。需要确认下你的输入是否适合矩形
BTW,形状输入和数据分布是有关系的,而且resize成较小的矩形,比长边为准的正方形,目标是要变小,性能可能要变低的。需要确认下你的输入是否适合矩形 |
非常感谢您的回复 |
我使用了960x800的尺寸进行训练,结果表现出比正方形输入略微更好的性能 |
你好
感谢作者的工作,非常棒
我们在自己的数据集上进行了实验,效果不错,但还有一些关键问题,希望得到您的指导:
File "/opt/conda/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/opt/conda/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/opt/conda/lib/python3.8/site-packages/paddle/io/dataloader/dataloader_iter.py", line 637, in _thread_loop
raise e
File "/opt/conda/lib/python3.8/site-packages/paddle/io/dataloader/dataloader_iter.py", line 618, in thread_loop
array.append(tensor)
RuntimeError: (PreconditionNotMet) Tensor holds no memory. Call Tensor::mutable_data firstly.
[Hint: holder should not be null.] (at ../paddle/phi/core/dense_tensor_impl.cc:44))
以上两个问题,我们觉得比较困惑,希望得到您的建议
非常感谢
The text was updated successfully, but these errors were encountered: