Felix Kong
Felix Kong
System: Windows 10. Python 3.9.12 Hi. PandasGUI is not responding after appearing in VS code Jupyter notebook (see figure). It works when I do show(data, settings={'block': True}) but the jupyter...
欢迎您使用PaddleClas并反馈相关问题,非常感谢您对PaddleClas的贡献! 提出issue时,辛苦您提供以下信息,方便我们快速定位问题并及时有效地解决您的问题: PaddleClas版本以及PaddlePaddle版本:paddleclas==2.5.1 , paddlepaddle-gpu==2.4.2.post116 涉及的其他产品使用的版本号:Not applicable. Only imported paddleclas 训练环境信息: a. 具体操作系统,On Windows 10 but not training. 4GB GPU b. Python版本号,python 3.9 c. CUDA/cuDNN版本,CUDA 11.6 完整的代码(相比于repo中代码,有改动的地方)、详细的错误信息及相关log Is there a...
Hi this is a continuation from https://discuss.luxonis.com/d/1339-depth-accuracy-inquiry. I couldn't upload the videos on the discussion forum so I uploaded them here. # Videos [vid.zip](https://github.com/luxonis/depthai-python/files/11267977/vid.zip) [vid(no shade).zip](https://github.com/luxonis/depthai-python/files/11267990/vid.no.shade.zip) code used to record...
### What did you do? python -m pip install --upgrade pip python -m pip install Pillow-SIMD I can always install Pillow without issue, the error on zlib only popups with...
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question I've performed normal training with multiple GPU with the...
Hi, I just performed the following steps on Windows 11, python 3.10.15 ``` # Clone the BulletArm Repo git clone https://github.com/ColinKohler/BulletArm.git && cd BulletArm # Install dependencies pip install -r...
### Describe the bug # System and packages Python: 3.10.16 System: Ubuntu 22.04 gymnasium: 1.1.1 wandb: 0.19.11 # Issue I was running gymnasium environment and the following error showed up...
System: Ubuntu 22.04 Episode 0's video is fine, but subsequent videos are blank screens. ## steps to reproduce issue ```python python cleanrl/rpo_continuous_action.py --total-timesteps 200000 --num_envs 5 --capture_video ``` ## example...
System: Ubuntu 22.04 ROS2: Humble I've completed the steps in [Getting started](https://moveit.picknik.ai/humble/doc/tutorials/getting_started/getting_started.html) and proceeded to [Realtime Arm Servoing](https://moveit.picknik.ai/humble/doc/examples/realtime_servo/realtime_servo_tutorial.html#realtime-arm-servoing). I ran the following in sequence on 3 separate terminals. ``` #...