Asad

Results 149 comments of Asad

OK. Thank you very much for your response. @albertomontesg

Running after modifications as per your instructions throw following error. I also tried different combinations first_stage_max_proposals and detection per class etc. To make sure about changes in .config file please...

Sir same error. I can run ssd_mobilenet_v2_boat , ssd_mobilenet_v1_boat and ssd_resnet50_v1_boat without any error with the same config i used for training. So I think there is something wrong only...

@ujsyehao @tdlshashi Have you completed this task? can you share with me if it's done?

I have checked there was no test.jpg , i have copied it and changed the img_path accordingly but now i got this error. ![image](https://user-images.githubusercontent.com/28862708/72236948-b3615380-3613-11ea-8dea-aa7125845331.png)

OK. Thank you so much. On Tue, Aug 25, 2020 at 11:17 AM jinlongpeng wrote: > Thanks! I have not written the demo.py and I may make up later if...

@leo19980219 @finde I make changes as you said and it resolved this issue but now it throw another error. File "test_pgn.py", line 112, in main for xx in xrange(14): NameError:...

I have resolved this issue. It's because python version difference. xrange() is function in python 2.x which can be replaced with range() if you are using python 3.x. so just...

> Which version to choose for Tensorflow and others? same question

> Which version to choose for Tensorflow and others? I have tried and there was few problems to run example. at last i am able to run it using these...