Guest User

Untitled

a guest
Dec 19th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. from easydict import EasyDict as edict
  2. import numpy as np
  3.  
  4. _C = edict()
  5. cfg = _C
  6.  
  7. _C.dataset = edict()
  8. _C.dataset.bias = 20
  9. _C.dataset.angle = np.sqrt(2) * 0.2
  10. _C.dataset.DataFile = '/media/lab/Documents/dataset/dataset/train/joint_data.mat'
Add Comment
Please, Sign In to add comment