Changeset 10

Show
Ignore:
Timestamp:
09/23/07 23:17:12 (1 year ago)
Author:
steve
Message:

Fixed config's small error wrt to weight

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • config.py

    r7 r10  
    1111import os 
    1212 
    13 taps = 64 
    14 weights = (1,0.5, 0.75) 
     13taps = 96 
     14weights = (1, 0.75, 0.5) 
    1515img_size = (256, 256) 
    1616crop_size= 100