jolt2017

Results 11 comments of jolt2017

> KeyError: 'Pig_Data is not in the dataset registry' > when i training my dataset,an error occured,i have registed my dataset,but i don not know why this error occured??? >...

> @LiangYong1216 Can you post your related code? I can help check it. 很可能是 mmdet 没有正确安装,我重新安装环境后 问题解决。

i have the same problem,do u get the way?

> > hi: > > 支持一波,写的很棒,已经用上了,感谢。发现一个小问题,训练时 改变 train.sh gpus 参数 并不能指定 gpu。 > > 这个bug现在已经修复,并且支持多gpu训练 好的 多谢

> 1. 主要是路径问题 , 在config.py中修改路径后,还会去/data/dataset/coco_dataset下找数据 > 2 目标的类名,不需要写在config.py中吧,直接从数据中读 > 2. 不确定是不是本程序的问题,wsl2中的linux下暴显存(3090 24G显存) > 3. 能否支持预训练模型? 比如我要训练自己的目标检测类,数据量一般的情况下,没预训练模型不方便 我用 yolox-nano 训练的时候也遇到显存不够的情况了,因为之前还有别的模型在训练,现在重新在一块gpu 上再训练一次

> > > 1. 主要是路径问题 , 在config.py中修改路径后,还会去/data/dataset/coco_dataset下找数据 > > > 2 目标的类名,不需要写在config.py中吧,直接从数据中读 > > > 2. 不确定是不是本程序的问题,wsl2中的linux下暴显存(3090 24G显存) > > > 3. 能否支持预训练模型? 比如我要训练自己的目标检测类,数据量一般的情况下,没预训练模型不方便 > > > > > >...

> 你可以贡献嘛 可以啊,不过要先转 onnx. 我现在用的是 他的第一版代码,然后配合我的数据集自己改了一丢丢.你的 pth2onnx.py 代码,我用报错 RuntimeError: Exporting the operator silu to ONNX opset version 11 is not supported. Please open a bug to request ONNX export support...

There are also some detailed methods like this CVPR 2022 paper: https://openaccess.thecvf.com/content/CVPR2022/papers/Punnappurath_Day-to-Night_Image_Synthesis_for_Training_Nighttime_Neural_ISPs_CVPR_2022_paper.pdf. ############################## this git did not offer the source code.

> I used pip install dareblopy to reinstall dareblopy. However, after reinstallment, the problem still exists, and I make sure the path to tfrecords I created by python dataset_preparation/prepare_celeba_hq_tfrecords.py is...

Thanks for your answer. I also found the this question is caused by dataset . I run prepare_celeba_hq_tfrecords.py ,but it dosent work. so if i want to train the model...