Yihong Chen

Results 10 comments of Yihong Chen

Yes, the BLR post process code is not available at this moment. I'll add it after NIPS deadline.

You could refer to this comment to see how to set the online setting. https://github.com/Scalsol/mega.pytorch/issues/13#issuecomment-613779847

The current codebase only works with pytorch 1.3.0 (or lower), as mentioned in the INSTALL.md. So you may try a older version of pytorch.

It seems that it's a permission issue with your gcc directory. So maybe try to update the folder permissions by `chmod`.

As this repo is not maintained for quite a while, I do not remember what version of `amp` I'm using. One solution is find a version that is released around...

请讲下你的环境 (python版本, nvcc, gcc等), 然后讲一下是运行什么命令导致报错了, 谢谢!

你运行命令的时候切换到`mega.pytorch`这个目录下了吗?

You could search and delete the `apex` package everywhere it appears then you could run without apex. Actually this codebase has nothing to do with apex so everything would be...

It is defined here https://github.com/Scalsol/RepPointsV2/blob/master/mmdet/models/losses/focal_loss.py#L190. I will rename this loss function to make it consistent with the paper.

Box annotation is enough :)