Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit d0b21f5

Browse files
committed
support python2
1 parent 8b6a6ff commit d0b21f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/modeling/FPN.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import division
2+
13
import collections
24
import numpy as np
35

0 commit comments

Comments
 (0)