Rekognition icon indicating copy to clipboard operation
Rekognition copied to clipboard

Error in wget URL

Open joeyouss opened this issue 1 year ago • 3 comments

Describe the bug Dockerfile's step 44 requires us to download https://www.dropbox.com/s/dl/h2owqbmnrsvqo0c/ord_map_en.json. But the URL does not exist. This is causing PMR to not start correctly in local system.

To Reproduce docker image build ./

Screenshots If applicable, add screenshots to help explain your problem. Screenshot 2022-07-10 at 2 57 33 AM

joeyouss avatar Jul 09 '22 21:07 joeyouss

Use the following lines instead:

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1zmxO5NoEqTdYRGHXalaK7bn2m27egQMN' -O char_dict_en.json wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1XGO2ycQcBYtwxT_KanapuoR6LeGR4s_E' -O ord_map_en.json

augsaksham avatar Jul 12 '22 18:07 augsaksham

@joeyouss if @augsaksham 's comment resolved your issue please close this

PulkitMishra avatar Jul 14 '22 09:07 PulkitMishra

@joeyouss can you confirm if this resolves the issue?

PulkitMishra avatar Aug 09 '22 05:08 PulkitMishra

@PulkitMishra Yep, @augsaksham 's comment resolved the problem.

ignaciochemes avatar Sep 08 '22 09:09 ignaciochemes

thanks for confirming @siegmund0 If you have tried out PMR and faced any issues with any of the APIs or models please feel free to raise an issue about the same

PulkitMishra avatar Sep 09 '22 04:09 PulkitMishra