You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, there are a few questions I would like to ask you:
1, Both eval.py and Create_pb_file_4Android.py can generate the corresponding pb file. And what is the difference between the two generated pb files?
2. The input image size during model training is rescaled to 256256. When testing, the input size can be any value and the output size is corresponding to the input size. I have read the Android project, and the image was rescaled to 256256 as the input of the network. Why should the image size have to be rescaled here? I tried other sizes such as 512*512, and the app will flash back. Would you like to ask what is the reason?
Looking forward to your reply~
Best wishes.
The text was updated successfully, but these errors were encountered:
您好, 有几个小问题想请教您一下:
1, eval.py和Create_pb_file_4Android.py都能生成对应的pb文件,这两者生成的pb文件有什么不同呢?
2,模型训练时的输入图像大小被rescale到了256256,测试的时候输入大小可以是任意值,输出对应的大小。我看了安卓的工程里,图像被rescale到256256作为网络的输入,在这里为什么要rescale呢?我尝试了下其他的大小比如512*512,app就会闪退了,想请教下这是什么原因呢?
期待您的回复~
Hello, there are a few questions I would like to ask you:
1, Both eval.py and Create_pb_file_4Android.py can generate the corresponding pb file. And what is the difference between the two generated pb files?
2. The input image size during model training is rescaled to 256256. When testing, the input size can be any value and the output size is corresponding to the input size. I have read the Android project, and the image was rescaled to 256256 as the input of the network. Why should the image size have to be rescaled here? I tried other sizes such as 512*512, and the app will flash back. Would you like to ask what is the reason?
Looking forward to your reply~
Best wishes.
The text was updated successfully, but these errors were encountered: