labmlai / annotated_deep_learning_paper_implementations

๐Ÿง‘โ€๐Ÿซ 60 Implementations/tutorials of deep learning papers with side-by-side notes ๐Ÿ“; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), ๐ŸŽฎ reinforcement learning (ppo, dqn), capsnet, distillation, ... ๐Ÿง 

Home Page:https://nn.labml.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ppo code running error

cxw-droid opened this issue ยท comments

Hello, can you take a look at the following error? Thanks.

run code experiment.py

obs = cv2.cvtColor(obs, cv2.COLOR_RGB2GRAY)

cv2.error: OpenCV(4.9.0) ๐Ÿ‘Ž error: (-5:Bad argument) in function 'cvtColor'
Overload resolution failed:

  • src is not a numerical tuple
  • Expected Ptrcv::UMat for argument 'src'