yingkunwu / R-YOLOv4

This is a PyTorch-based R-YOLOv4 implementation which combines YOLOv4 model and loss function from R3Det for arbitrary oriented object detection.
114 stars 20 forks source link

model giving nan values #39

Open nishchay2002 opened 1 year ago

nishchay2002 commented 1 year ago

My model is giving nan values as prediction. Am i supposed to normalize the dataset? I have not done so and the trash dataset you made was also not normalized

yingkunwu commented 1 year ago

Hi, can you show me at which step does the model give nan values? Also, a brief description of your dataset would be helpful.