Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aswintechguy
GitHub Repository: aswintechguy/Deep-Learning-Projects
Path: blob/main/Custom Object Detection using YOLOv8/data.yaml
578 views
1
train: train_images
2
val: test_images
3
4
nc: 1
5
names: ['car']
6