srireddy821

Results 3 issues of srireddy821

Hi DaFu, Thanks a lot for sharing your code. Did you get a chance to benchmark your code on CPU? Thanks, Sri

What runtime did you observe during your experiments?

1. What are the recommended thresholds for nets in your framework? parser.add_argument('--thresh', dest='thresh', help='list of thresh for pnet, rnet, onet', nargs="+",default=[0.6, 0.7, 0.7], type=float) 2. Does below argument sets the...