bubbliiiing / faster-rcnn-pytorch

这是一个faster-rcnn的pytorch实现的库,可以利用voc数据集格式的数据进行训练。
MIT License
1.52k stars 350 forks source link

数据预处理 #87

Open dogdogpee opened 2 years ago

dogdogpee commented 2 years ago

你好,请问resnet50+仅用pretraind backbone的情况下 训练自己的数据集需要normalize吗

bubbliiiing commented 2 years ago

normalize是什么意思啊

dogdogpee commented 2 years ago

就是输入的rgb图像的三个通道分别减去对应的均值再除以标准差

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Bubbliiiing @.> Sent: Monday, November 15, 2021 12:39:21 AM To: bubbliiiing/faster-rcnn-pytorch @.> Cc: Yuan, Jing @.>; Author @.> Subject: Re: [bubbliiiing/faster-rcnn-pytorch] 数据预处理 (Issue #87)

This email from @.*** originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders listhttps://spam.ic.ac.uk/SpamConsole/Senders.aspx to disable email stamping for this address.

normalize是什么意思啊

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bubbliiiing/faster-rcnn-pytorch/issues/87#issuecomment-968324400, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AH3M4BK43GMLD4VTJI3WYTTUL7Q3TANCNFSM5H7NDPPQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

bubbliiiing commented 2 years ago

没……我只是直接除了255