simple-faster-rcnn-pytorch
simple-faster-rcnn-pytorch copied to clipboard
Why separate np and xp? for numpy import
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?