mirror of
https://git.mirrors.martin98.com/https://github.com/xuebinqin/U-2-Net
synced 2025-08-15 21:45:55 +08:00
human seg
This commit is contained in:
parent
7e22eab9ff
commit
bbdf3a581d
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user