Xiaolong
Xiaolong
1. 增加GUPNet在paddle3d中的实现: ``` |-paddle3d-gupnet(ROOT) |-configs |-gupnet_dla34_kitti.py # 配置文件 |-docs |-gupnet |-README.md # 说明文档(未完成) |-paddle3d |-datasets |-kitti |-gupnet_kitti.py # 数据集加载 |-gupnet_kitti_utils.py # 数据集加载辅助函数 |-models |-detection |-gupnet |-gupnet.py # 模型结构搭建 |-gupnet_dla.py #...
Dear author: Thanks for your interesting work. When I run the following command with the input `What is unusual about this image?`, no image generated in the output: ``` python...
在opencsg.com上下载模型权重时,无法看到下载进度,是否可以考虑增加进度条显示? ``` git clone https://opencsg.com/models/AIWizards/Meta-Llama-3-8B-Instruct.git ``` 