|
|
@ -11,6 +11,11 @@ |
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
|
|
# See the License for the specific language governing permissions and |
|
|
|
# See the License for the specific language governing permissions and |
|
|
|
# limitations under the License. |
|
|
|
# limitations under the License. |
|
|
|
|
|
|
|
""" |
|
|
|
|
|
|
|
This code is based on https://github.com/Z-Zheng/FarSeg |
|
|
|
|
|
|
|
Ths copyright of Z-Zheng/FarSeg is as follows: |
|
|
|
|
|
|
|
Apache License [see LICENSE for details] |
|
|
|
|
|
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
import math |
|
|
|
import math |
|
|
|
import paddle.nn as nn |
|
|
|
import paddle.nn as nn |
|
|
|