Results 3 comments of Wen Zhou

@ghghgh777 I ran into a similar problem and your answer is very helpful! Can you share more details on how you modified the /simrdwn/docker/Dockerfile? Thanks!

@avanetten I am using the COWC data, here are my commands for training and testing: `python simrdwn/core/simrdwn.py \ --framework yolt2 \ --mode train \ --outname yolov2_cars \ --yolt_cfg_file yolov2tiny.cfg \...

@avanetten also, sometimes there is a bug showing up during test time: pd.read_csv cannot find file "results/test_xxxxxx/cars.txt" This bug can be fixed by just re-making yolt2. I am not sure...