jakob1519

Results 2 issues of jakob1519

环境都已经建好 因为没有您说的opencv版本号 所以用pip install opencv-python==3.4.17.63下载 但在run main.py时出现以下的错误 TypeError: data must be either a numpy array or pandas DataFrame if pandas is installed; got dict 错误是发生在main.py的 for i,p in enumerate(predictions): estimator.py的...

hello, I want to ask this code in `diffuser.py` why it can speed inference? could you explain it to me? ``` nn_inputs = [np.vstack([x_t, x_t]), np.vstack([noise_in, noise_in]), np.vstack([label, label_empty_ohe])] ```