Eddie Weill
Eddie Weill
@gheinrich Since I have trained both a single class car and pedestrian network, I would like to try and fine-tune on a 2-class network. However, I am unable to use...
@gheinrich Thanks. I realized that as soon as I posted the Error message and got that fixed. I still am unable to train the 2-class network. I simply use a...
@ShervinAr I haven't resolved the problem yet. I have tried many different approaches and no matter how I create the LMDB dataset or train the model (different hyperparameters), I can't...
I actually found out that the code runs when changed to out = net.forward() instead of out = net.forward_all(data=input_image) However, I am not getting great results. I have trained the...
@alexgkendall @Primus-zhao I am not sure what the issue is with downloading the .caffemodel. I was able to simply use wget from the terminal to download it. My problem was...
Thanks, I think I have it working now.
@Timo-hab My results are definitely not at the same level as those in the CamVid-Dataset. I am getting alot of areas within the images where it is not detecting objects...