pytorch-yolov3 icon indicating copy to clipboard operation
pytorch-yolov3 copied to clipboard

cant get weights

Open shokan opened this issue 4 years ago • 0 comments

./get_weights.sh dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib Referenced from: /usr/local/bin/wget Reason: image not found ./get_weights.sh: line 4: 47794 Abort trap: 6 wget -P models/ "$base_url/$model.weights" dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib Referenced from: /usr/local/bin/wget Reason: image not found ./get_weights.sh: line 4: 47795 Abort trap: 6 wget -P models/ "$base_url/$model.weights" dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib Referenced from: /usr/local/bin/wget Reason: image not found ./get_weights.sh: line 4: 47796 Abort trap: 6 wget -P models/ "$base_url/$model.weights"

shokan avatar Jan 14 '21 16:01 shokan