上传文件至 ultralytics
This commit is contained in:
		
							parent
							
								
									7bfc0f2922
								
							
						
					
					
						commit
						c57015a166
					
				
							
								
								
									
										30
									
								
								ultralytics/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								ultralytics/__init__.py
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,30 @@ | ||||
| # Ultralytics YOLO 🚀, AGPL-3.0 license | ||||
| 
 | ||||
| __version__ = "8.2.64" | ||||
| 
 | ||||
| import os | ||||
| 
 | ||||
| # Set ENV Variables (place before imports) | ||||
| os.environ["OMP_NUM_THREADS"] = "1"  # reduce CPU utilization during training | ||||
| 
 | ||||
| from ultralytics.data.explorer.explorer import Explorer | ||||
| from ultralytics.models import NAS, RTDETR, SAM, YOLO, FastSAM, YOLOWorld | ||||
| from ultralytics.utils import ASSETS, SETTINGS | ||||
| from ultralytics.utils.checks import check_yolo as checks | ||||
| from ultralytics.utils.downloads import download | ||||
| 
 | ||||
| settings = SETTINGS | ||||
| __all__ = ( | ||||
|     "__version__", | ||||
|     "ASSETS", | ||||
|     "YOLO", | ||||
|     "YOLOWorld", | ||||
|     "NAS", | ||||
|     "SAM", | ||||
|     "FastSAM", | ||||
|     "RTDETR", | ||||
|     "checks", | ||||
|     "download", | ||||
|     "settings", | ||||
|     "Explorer", | ||||
| ) | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user