Skip to content

Commit

Permalink
Added annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
peiva-git committed Dec 16, 2023
1 parent 0f2b94c commit 75fb88c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

import paddle as pp
from paddleseg.models import PPLiteSeg
from paddleseg.cvlibs import manager


@manager.MODELS.add_component
class PPLiteSegRandomCrops(PPLiteSeg):
"""
This class represents an extension of the PPLiteSeg model.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

import paddle as pp
from paddleseg.models import PPLiteSeg
from paddleseg.cvlibs import manager


@manager.MODELS.add_component
class PPLiteSegRandomCrops(PPLiteSeg):
"""
This class represents an extension of the PPLiteSeg model.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

import paddle as pp
from paddleseg.models import PPLiteSeg
from paddleseg.cvlibs import manager


@manager.MODELS.add_component
class PPLiteSegRandomCrops(PPLiteSeg):
"""
This class represents an extension of the PPLiteSeg model.
Expand Down

0 comments on commit 75fb88c

Please sign in to comment.