You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if mode == 'yolox':
if epoch == epochs - no_aug_epochs:
LOGGER.info("--->No mosaic aug now!")
dataset.mosaic = False # close mosaic
LOGGER.info("--->Add additional L1 loss now!")
我自己单步调试的时候发现, dataset.mosaic 在运行过程中还是True
The text was updated successfully, but these errors were encountered:
---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2022年8月18日 16:11 |
| 收件人 | ***@***.***> |
| 抄送人 | ***@***.***> |
| 主题 | [jizhishutong/YOLOU] 似乎没有关闭马赛克增强 (Issue #29) |
if mode == 'yolox':
if epoch == epochs - no_aug_epochs:
LOGGER.info("--->No mosaic aug now!")
dataset.mosaic = False # close mosaic
LOGGER.info("--->Add additional L1 loss now!")
我自己单步调试的时候发现, dataset.mosaic 在运行过程中还是True
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
if mode == 'yolox':
if epoch == epochs - no_aug_epochs:
LOGGER.info("--->No mosaic aug now!")
dataset.mosaic = False # close mosaic
LOGGER.info("--->Add additional L1 loss now!")
我自己单步调试的时候发现, dataset.mosaic 在运行过程中还是True
The text was updated successfully, but these errors were encountered: