Anidh Singh

Results 11 comments of Anidh Singh

Hi @rvrsprdx were you able to solve this issue?

Thanks a lot @rvrsprdx for the quick response. Were you able to detect anything with the custom dataset training? When I'm using --debug option it's Time throwing me error.

Hi @TIANTEA, I ran into the same problem and used the following command to visualize the depth and the corresponding RGB images, do remember I had to create a visual_new...

I had one question regarding this issue only, If we give the input_h, input_w args during the training does it automatically resize the images?

> I am able to get it to work on a custom dataset. > > Make sure you pass the same options you've used for training to demo.py, especially `--ltrb_amodal`,...

> @adabadaramola I have a bit different issue. Can you please help me with it. I had followed the same fine tune script, i am getting error about not able...

Hi @hiyouga if there is a way to know only inference time parameters that can also be a good starting point for me.

> I have solved the problem, it is because the sizes of images and masks are different! OMG What was the solution? Is there any config/code change required?

> #5393 Hi @zhaoweiguo Can you exlain the issue bit further? I am unable to understand the solution in #5393

Hi @H-Huang I'm using the ultralytics yolov5 [repo](https://github.com/ultralytics/yolov5.git) to train the model. The command which I'm using to train the model is ` python train.py --img 640 --batch 32 --epochs...