simple-faster-rcnn-pytorch icon indicating copy to clipboard operation
simple-faster-rcnn-pytorch copied to clipboard

Why separate np and xp? for numpy import

Open tuttelikz opened this issue 4 years ago • 0 comments
trafficstars

In some part of code, for example in bbox_tools.py, numpy import is different, such as: import numpy as np import numpy as xp Is there any special reason to separate between np and xp?

tuttelikz avatar Mar 15 '21 19:03 tuttelikz