Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Panneerselvam-N committed Aug 2, 2021
1 parent da6cdce commit 5555778
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/deformable_conv_layer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file is under testing , now not included in model
import tensorflow as tf
from tensorflow.keras.layers import Conv2D
from utils.config import cfg
Expand Down
3 changes: 3 additions & 0 deletions core/resnet_50.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ def resnet_50(resnet,training=True):

return c3 , c4 , c5



# This function is under testing , now not included in model
def resnet_50_last_stage_custom(last_stage_in):
#modified Resnet50 last stage
#Block 1
Expand Down

0 comments on commit 5555778

Please sign in to comment.