Skip to content

Conversation

@DaveVoyles
Copy link

I believe there may have been a typo here. The *_config.py files in the utils/configs directory all have DATA and not CNTK as a property.

Grocery_config.py

# data set config
__C.DATA.DATASET = "Grocery"
__C.DATA.MAP_FILE_PATH = "../../DataSets/Grocery"
__C.DATA.CLASS_MAP_FILE = "class_map.txt"
__C.DATA.TRAIN_MAP_FILE = "train_img_file.txt"
__C.DATA.TRAIN_ROI_FILE = "train_roi_file.txt"
__C.DATA.TEST_MAP_FILE = "test_img_file.txt"
__C.DATA.TEST_ROI_FILE = "test_roi_file.txt"
__C.DATA.NUM_TRAIN_IMAGES = 20
__C.DATA.NUM_TEST_IMAGES = 5
__C.DATA.PROPOSAL_LAYER_SCALES = [4, 8, 12]

I believe there may have been a typo here. The *_config.py files in the utils/configs directory all have DATA and not CNTK as a property.

Grocery_config.py
```

# data set config
__C.DATA.DATASET = "Grocery"
__C.DATA.MAP_FILE_PATH = "../../DataSets/Grocery"
__C.DATA.CLASS_MAP_FILE = "class_map.txt"
__C.DATA.TRAIN_MAP_FILE = "train_img_file.txt"
__C.DATA.TRAIN_ROI_FILE = "train_roi_file.txt"
__C.DATA.TEST_MAP_FILE = "test_img_file.txt"
__C.DATA.TEST_ROI_FILE = "test_roi_file.txt"
__C.DATA.NUM_TRAIN_IMAGES = 20
__C.DATA.NUM_TEST_IMAGES = 5
__C.DATA.PROPOSAL_LAYER_SCALES = [4, 8, 12]
```
@opbldsb6
Copy link

✅ Validation status: passed

File Status Preview URL Details
articles/Object-Detection-using-Fast-R-CNN.md ✅Succeeded View

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants