mirror of
https://github.com/Mobile-Robotics-W20-Team-9/polex.git
synced 2025-09-01 10:43:17 +00:00
Fix Errors & Parameterize File Paths
- Update gitignore to exclude vscode files - Parameterize hardcoded file paths - Comment out references to pgf image and latex dependency - Allow pickle in numpy.load - Add TODO comments for where settings need to be changed - Explicitly set visualization to False - Change pytorch device from cuda to cpu
This commit is contained in:
@@ -7,7 +7,7 @@ import skimage.measure
|
||||
import torch
|
||||
|
||||
|
||||
device = torch.device('cuda')
|
||||
device = torch.device('cpu')
|
||||
polesides = range(1, 5+1)
|
||||
minscore = 0.6
|
||||
minheight = 1.0
|
||||
|
Reference in New Issue
Block a user