梦归云帆

Results 33 comments of 梦归云帆

> Hey @Puiching-Memory, thanks for filing the bug report! Quick question for reproducibility, what compiler does your system use? Looks like a simplified Chinese (GBK) compatibility issue, as-is I don't...

I successfully installed onnxsim==0.4.36 in python3.12.7 `pip install onnxsim==0.4.36`

Thank you. It worked. They haven't had any activity for almost a year. Do you know what happened?

https://github.com/open-mmlab/mmdetection3d/pull/3058/files#diff-caaf06b4c95f877cef520cf35f7f0ba25f750a862c7dca1933421d4c1efbc40bL894-R898 I recommend adding self.o3d_vis.clear_geometries() after the exported image, because the current modification causes two images to be rendered in a row, and the result of the previous image is...

感谢Debug: 据你们的信息,似乎本地和云端使用的是两套不同的前端代码. 这其中是否存在一些历史原因,或者考量,导致不能使用统一的代码? 我也注意到了: https://github.com/SwanHubX/SwanLab/issues/586 提到的颜色修改功能,在本地版本中并不存在. 期待你们能完成前端重构和统一. 据我了解,存在一些前端开发框架,例如https://dcloud.io/index.html 可以实现一套代码打包到各个平台,这使得部署到移动端成为可能

感谢你们的工作! 目前我选择swanlab而不是wandb的很大原因是因为: 1.swanlab可以支持本地保存记录 2.swanlab可以支持本地查看记录(wandb似乎必须上传到云端) 为什么不是tensorborad? 1.相比之下,swanlab启动配置简洁优雅,我们不需要很多时间即可享受可视化过程 在我们的工作服务器上,一般无法直接访问外部网络,而且我们的数据也涉及到隐私性. 今天我尝试使用了云端版本的swanlab,但是因为网络限制,无法连接 :(

Please refer to the discussion here. was deleted in pytorch1.11. https://github.com/open-mmlab/mmdetection3d/issues/1332#issuecomment-1705030690

这个功能现在可用了吗?0.3.27🤔 目前我的处理方法是这样的: ``` # 初始化swanlab,启动$swanlab watch ./logs try: swanlab.init( project="monolite", experiment_name=f"{os.path.basename(args.cfg)}_{datetime.datetime.now().strftime('%Y/%m/%d_%H:%M:%S')}", ) except Exception as e: logger.error(f"{e}\nInit swanlab in local mode") swanlab.init( project="monolite", experiment_name=f"{os.path.basename(args.cfg)}_{datetime.datetime.now().strftime('%Y/%m/%d_%H:%M:%S')}", logdir="./logs", # 本地模式 mode="local", ) ```

Perhaps this will become a pipe dream forever, the MM team seems to have given up on maintaining mmdet and mmdet3d, with the last commit being a year ago :(

> > I'm also on the lookout for pre-compiled wheels for Windows and found this great resource by madbuda for Triton: https://huggingface.co/madbuda/triton-windows-builds > > It works perfectly with my torch-2.4.0-cu121-cp311...