Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit fbaf17e

Browse files
committed
added sample images with new model
1 parent b387038 commit fbaf17e

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

images/omega_nebula_starless.jpg

47.1 KB
Loading

images/rim_nebula_starless.jpg

57.8 KB
Loading

images/sample1_starless.jpg

392 KB
Loading

images/veil_nebula_starless.jpg

213 KB
Loading

removestars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def process_channel(channel,pad_width,input_image_size):
6969
max_dimension = (a+1)*IMG_SIZE
7070

7171
input_image = source_image.crop((0,0,max_dimension,max_dimension))
72-
progress_bar = tqdm(total=100,leave=True)
72+
progress_bar = tqdm(total=100)
7373

7474
if mode == 'L':
7575
total_steps = math.ceil((max_dimension/IMG_SIZE)**2)

0 commit comments

Comments
 (0)