mirror of
				https://github.com/facebookresearch/pytorch3d.git
				synced 2025-11-04 18:02:14 +08:00 
			
		
		
		
	INSTALL.md clarification
Summary: Add fvcore and iopath explicitly. As mentioned in #1416. Reviewed By: shapovalov Differential Revision: D42451365 fbshipit-source-id: 0d8d2ead3f15dea6abef221fd5df2b4774abc83f
This commit is contained in:
		
							parent
							
								
									aa5b31d857
								
							
						
					
					
						commit
						acc60db4f4
					
				@ -102,6 +102,7 @@ version_str="".join([
 | 
			
		||||
    torch.version.cuda.replace(".",""),
 | 
			
		||||
    f"_pyt{pyt_version_str}"
 | 
			
		||||
])
 | 
			
		||||
!pip install fvcore iopath
 | 
			
		||||
!pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -26,5 +26,6 @@ version_str="".join([
 | 
			
		||||
    torch.version.cuda.replace(".",""),
 | 
			
		||||
    f"_pyt{pyt_version_str}"
 | 
			
		||||
])
 | 
			
		||||
!pip install fvcore iopath
 | 
			
		||||
!pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user