liguilan1227
liguilan1227
Thank you for your code. After your work I trained the SSD succesfully. While when I trained my own dataset rang in [480,600] by rectify the ssd7.py, I am confused...
I tried this code and got a high accuracy by evaluation.Meanwhile, How could I detect the speed of the model, I mean the object about FPS eval. Could you help...
ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 256, 1, 1]) When I change the "SSD" to "DSOD", the error occured. Could you tell...
When I train the DSOD, I did not load the reducefc.pth, and I replaced the "SSD" with the "DSOD", but something wrong occured."IndexError: invalid index of a 0-dim tensor. Use...
During the train, I discovered that my own dataset is not suitable for this code. Could you tell me what the format is and how should I review the n_classes...
Good code as you do. When I use this code, I want to use it to detect the hybrid dataset. Could you tell me how to modify the code?
 when i run the training_mobilenet_ssd.py, the issue occured. how could i resolve it?