Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
intelli-zen
/
cppe-5
like
0
Follow
IntelliZen
2
Tasks:
Object Detection
Size:
100M<n<1B
Tags:
object detection
License:
apache-2.0
Dataset card
Files
Files and versions
Community
4
7b08781
cppe-5
/
project_settings.py
qgyd2021
[update]add code
d3a579f
about 1 year ago
raw
Copy download link
history
blame
Safe
210 Bytes
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import
os
from
pathlib
import
Path
project_path = os.path.abspath(os.path.dirname(__file__))
project_path = Path(project_path)
if
__name__ ==
'__main__'
:
pass