ss32
ss32
I don't see any special tags in `instructions` though. I'm trying to have it complete ``` # load csv and plot results def load_and_plot(csv_path): ``` And the contents of `instructions`...
For posterity, here is the proper directory layout ``` ~/caffe-ssd |-->train_ssd_kitti.py |-->data |-->PROJECT_NAME |-->Images |-->Labels |-->create_data,create_list |-->test_name_size.txt, test.txt, trainval.txt,labelmap.prototxt |-->models |-->VGGNet ``` Running the python script will create ~/caffe-ssd/jobs/
~~Same error, no luck~~ Looking at https://github.com/weiliu89/caffe/blob/ssd/examples/ssd/ssd_pascal.py and comparing, they use `fc7` instead of `fc7_conv`. Make the change and the script will run without error