CCExtractor / Rekognition

Free and Open Source alternative to Amazon's Rekognition service. CCExtractor Development | Poor Man's Rekognition
GNU General Public License v3.0
98 stars 52 forks source link

Error in wget URL #215

Closed joeyouss closed 2 years ago

joeyouss commented 2 years ago

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
augsaksham commented 2 years ago

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

PulkitMishra commented 2 years ago

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

PulkitMishra commented 2 years ago

@joeyouss can you confirm if this resolves the issue?

ignaciochemes commented 2 years ago

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

PulkitMishra commented 2 years ago

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