Ariharasudhan Muthusami

Results 7 issues of Ariharasudhan Muthusami

Is it possible to explain about implementing custom training and necessary actions like editing config.py to successfully implement custom ssd training?

Is it possible to provide the trained weights file?

I have another question should I need to resize all the images to 512? After following all the steps for custom training I am getting this error. Could you please...

i use this command in the command terminal but could not visualize anything. python test.py --gpu_idx 0 --pretrained_path ../checkpoints/complex_yolov4/complex_yolov4_mse_loss.pth --cfgfile ./config/cfg/complex_yolov4.cfg --show_image ![image](https://github.com/maudzung/Complex-YOLOv4-Pytorch/assets/49080561/0882380b-f932-42ff-8e24-9b393db60fd1) I could just the ouput like this.

ImportError: cannot import name 'create_dataloader' from 'basicsr.data' As far i have seen basicsr package i never seen a function called create_dataloader, create_dataset where do you import all these? Is it...

I am trying to train using my own dataset and the input image resolution is 512x512. When I tried to feed the image of dimension( 3,512,512) that is just stacking...

I am trying to train the model using custom dataset. My dataset has multiple masks for one single image but when I looked through [files](https://drive.google.com/file/d/1zuOQRyfo0QYgjcU_uZs0X3LdCnAC2m3G/view) inside train.npz where one image...