Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Apr 5, 2021
1 parent 09f56e1 commit 782674f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starnet_v1_TF2.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ def transform(self, in_name, out_name):

if self.mode == 'RGB' and image.shape[2] == 4:
print("Input image has 4 channels. Removing Alpha-Channel")
#from IPython import embed;embed()
image=image[:,:,[0,1,2]]

offset = int((self.window_size - self.stride) / 2)
Expand Down

0 comments on commit 782674f

Please sign in to comment.