-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training NPS Dataset Problem #12
Comments
Make sure NPS data is preprocessed using the NPS reproduce branch (this is a condensed two-step of the original multi-step preprocessing routine.) (step 1. videos_to_frames_nps.py, step2. nps_to_yolo.py, optional step3. plot videos)
|
Hello @zhuang5252, Could you let me know what type of GPU you are using to train the NPS dataset? |
Hi @tusharsangam,
Training:
The results are quite similar to @zhuang5252 :
file: data/NPS.yamlTrain/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..]path: ./DroneDataset/AllFrames # dataset root dir Classesnc: 1 # number of classes Can you show me the log of the training configuration with 1 frame, please? |
Hello, thank you very much for your contribution. I have a question for you.
When I use these models (such as yolov5s, yolov5s, yolov5l, yolov5l xs tph) to train NPS, my accuracy, recall, and map do not increase but decrease, as shown in the following figure.
Can you give me some advice on how to solve this problem?
My data distribution is as follows, labels from left to right are category, center point coordinates x, y, box width, and height in order.
The text was updated successfully, but these errors were encountered: