Skip to content

Commit

Permalink
human seg
Browse files Browse the repository at this point in the history
  • Loading branch information
xuebinqin committed Feb 7, 2021
1 parent 7e22eab commit bbdf3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion u2net_human_seg_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main():
model_name='u2net'


image_dir = os.path.join(os.getcwd(), 'test_data', 'test_human_images')#'test_human_images')#'test_portrait_images', 'your_portrait_im')
image_dir = os.path.join(os.getcwd(), 'test_data', 'test_human_images')
prediction_dir = os.path.join(os.getcwd(), 'test_data', 'test_human_images' + '_results' + os.sep)
model_dir = os.path.join(os.getcwd(), 'saved_models', model_name+'_human_seg', model_name + '_human_seg.pth')

Expand Down

0 comments on commit bbdf3a5

Please sign in to comment.