tbcnn
tbcnn copied to clipboard
Using tbcnn with my own dataset
trafficstars
Can you please provide some instruction on how to use tbcnn with my own dataset? I have a csv file, what kind of layout/format do I have to make my dataset, and how do I get it to work with tbcnn.
My dataset's source codes are grouped into different categories, and I want to make a model using tbcnn to learn these categories.
you can refer to my improved version here: https://github.com/bdqnghi/tbcnn-tensorflow, which includes more details instruction, and reproduce the results of the original paper using the original C dataset.