Rekognition
Rekognition copied to clipboard
Error in wget URL
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.
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
@joeyouss if @augsaksham 's comment resolved your issue please close this
@joeyouss can you confirm if this resolves the issue?
@PulkitMishra Yep, @augsaksham 's comment resolved the problem.
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