問題タブ [nvidia-digits]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
opencv - caffe/digits: code -11 error when using python layer with cv.resize
I am using a python layer in Digits to crop each training image with random sizes crops, and then using cv2.resize method to resize to expected top dimensions.
The resizing works as expected when used offline on a saved batch of images, the numpy array gets correctly resized to shape (128x3x227x227).
When using the python layer in digits however i get code -11 Error. Caffe output log shows this:
Additional information:
- the environment in which I test the resize method offline (when it works) is the same environment I use for Digits/caffe
- I can use the scipy misc.imresize method instead and it works as expected, however the scipy method doesn't preserve the original numpy values, converting them back to uint8 in 0-256 range, so I can't use that method. It's also much slower than cv2 (tested on offline batches)
If someone can suggest an alternative interpolation method to resize the numpy nd-array that would be very useful too
Many thanks
machine-learning - NVIDIA DIGITS - 複数の入力レイヤー
NVIDIA DIGITS フレームワークについて質問があります。だから私は DIGITS なしでカフェを使用しており、これまで HDF5 レイヤーを使用してきました。複数の「トップ」(data_0、data_1、data_2) 入力を使用できます (以下のコードを参照)。そのため、ネットに複数の入力画像を供給することができました。ただし、DIGITS では lmdb 入力レイヤーのみが機能します。
複数の入力画像を含む lmdb 入力レイヤーを作成することは可能ですか??
python - digits-devserver の実行中にエラーが発生しました
Ubuntu 12.04で実行する./digits-devserver
と、次のエラーが表示されます。
このエラーの原因は何ですか?また、どのように修正できますか?