-
Notifications
You must be signed in to change notification settings - Fork 3
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 your model with four channels #5
Comments
Hi! If I remember correctly, you need to set up the data folder like we've shown in the readme, with images and annotations, and then by checking out the What problems are you seeing? |
@sebastianvitterso Thank you so much for your prompt response. I figured out how to run the code. However I got this error: "raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'") |
Ah, sorry, I don't recall what the issue could be in this case. Hope that resolves it. If the issue is tied to the code, I must apologize, but I don't think I can recall the specifics of this after two years :D |
Hello, I hope you are doing well. how can I train your model with my data? I ran the yolo_four_channel.py script, but it doesn't seem to be working.
The text was updated successfully, but these errors were encountered: