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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: