Skip to content
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

Some mistakes #27

Closed
cmdbug opened this issue May 19, 2020 · 3 comments
Closed

Some mistakes #27

cmdbug opened this issue May 19, 2020 · 3 comments

Comments

@cmdbug
Copy link
Contributor

cmdbug commented May 19, 2020

首先感谢兄弟的代码。
models.py 里面的代码:论文写的是Neck,不是Neek
/tool/ 文件夹下是不是少的了一个字母:coco_annotatin.py -> coco_annotation.py ???
dataset.py 中数据集有少部分生成数据的值会大于255,这是允许的嘛?在rgb转hsv增强后再转回rgb时产生的,这是预期的情况嘛?
train.py 中val_loader实例少写了collate_fn在enumerate(val_loader)时会报错。

===Google Translate===
First of all thanks to the brothers for the code.
Code in models.py: The paper is written for Neck, not Neek
Is there a letter missing in the / tool / folder: coco_annotatin.py-> coco_annotation.py ???
A small part of the data set in dataset.py will have a value greater than 255. Is this allowed? It is generated when rgb is converted to hsv and then back to rgb. Is this the expected situation?
The val_loader instance in train.py is less written. collate_fn will report an error when enumerate (val_loader).

@VCasecnikovs
Copy link
Contributor

Hello, worth to mention, that in dataset You are using cutmix technic, but not mixup.

@Tianxiaomo
Copy link
Owner

@WZTENG
是的,名字打错了,后面也忘改了(手动狗头)
@VCasecnikovs
Emmm,I think it should be mixup and mosaic,but not cutmix.w(゚Д゚)w

@cmdbug
Copy link
Contributor Author

cmdbug commented May 20, 2020

@VCasecnikovs thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants