mirror of
				https://github.com/facebookresearch/sam2.git
				synced 2025-11-04 19:42:12 +08:00 
			
		
		
		
	Merge pull request #30 from CharlesCNorton/patch-4
Fix typo in comment: "evalaution" to "evaluation"
This commit is contained in:
		
						commit
						32750fa695
					
				@ -250,7 +250,7 @@ def main():
 | 
				
			|||||||
        action="store_true",
 | 
					        action="store_true",
 | 
				
			||||||
        help="whether to use all available PNG files in input_mask_dir "
 | 
					        help="whether to use all available PNG files in input_mask_dir "
 | 
				
			||||||
        "(default without this flag: just the first PNG file as input to the SAM 2 model; "
 | 
					        "(default without this flag: just the first PNG file as input to the SAM 2 model; "
 | 
				
			||||||
        "usually we don't need this flag, since semi-supervised VOS evalaution usually takes input from the first frame only)",
 | 
					        "usually we don't need this flag, since semi-supervised VOS evaluation usually takes input from the first frame only)",
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    parser.add_argument(
 | 
					    parser.add_argument(
 | 
				
			||||||
        "--per_obj_png_file",
 | 
					        "--per_obj_png_file",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user