Spaces:
Build error
Build error
Ren Jiawei
commited on
Commit
•
715ef09
1
Parent(s):
d015e2a
update
Browse files- .DS_Store +0 -0
- .gitignore +5 -2
- .idea/.gitignore +0 -8
- .idea/inspectionProfiles/profiles_settings.xml +0 -6
- .idea/misc.xml +0 -4
- .idea/modules.xml +0 -8
- .idea/pointcloud-c.iml +0 -8
- .idea/vcs.xml +0 -6
- __pycache__/DGCNN.cpython-38.pyc +0 -0
- __pycache__/GDANet_cls.cpython-38.pyc +0 -0
- modelnet_c/.DS_Store +0 -0
.DS_Store
DELETED
Binary file (6.15 kB)
|
|
.gitignore
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
|
2 |
*.pyc
|
3 |
flagged
|
4 |
-
*.png
|
|
|
|
|
|
|
|
1 |
+
.DS_Store
|
2 |
*.pyc
|
3 |
flagged
|
4 |
+
*.png
|
5 |
+
__pycache__
|
6 |
+
.idea
|
7 |
+
|
.idea/.gitignore
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
# Default ignored files
|
2 |
-
/shelf/
|
3 |
-
/workspace.xml
|
4 |
-
# Editor-based HTTP Client requests
|
5 |
-
/httpRequests/
|
6 |
-
# Datasource local storage ignored files
|
7 |
-
/dataSources/
|
8 |
-
/dataSources.local.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/inspectionProfiles/profiles_settings.xml
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
<component name="InspectionProjectProfileManager">
|
2 |
-
<settings>
|
3 |
-
<option name="USE_PROJECT_PROFILE" value="false" />
|
4 |
-
<version value="1.0" />
|
5 |
-
</settings>
|
6 |
-
</component>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/misc.xml
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<project version="4">
|
3 |
-
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8 (pointcloud-c)" project-jdk-type="Python SDK" />
|
4 |
-
</project>
|
|
|
|
|
|
|
|
|
|
.idea/modules.xml
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<project version="4">
|
3 |
-
<component name="ProjectModuleManager">
|
4 |
-
<modules>
|
5 |
-
<module fileurl="file://$PROJECT_DIR$/.idea/pointcloud-c.iml" filepath="$PROJECT_DIR$/.idea/pointcloud-c.iml" />
|
6 |
-
</modules>
|
7 |
-
</component>
|
8 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/pointcloud-c.iml
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<module type="PYTHON_MODULE" version="4">
|
3 |
-
<component name="NewModuleRootManager">
|
4 |
-
<content url="file://$MODULE_DIR$" />
|
5 |
-
<orderEntry type="jdk" jdkName="Python 3.8 (pointcloud-c)" jdkType="Python SDK" />
|
6 |
-
<orderEntry type="sourceFolder" forTests="false" />
|
7 |
-
</component>
|
8 |
-
</module>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/vcs.xml
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<project version="4">
|
3 |
-
<component name="VcsDirectoryMappings">
|
4 |
-
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
5 |
-
</component>
|
6 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__pycache__/DGCNN.cpython-38.pyc
DELETED
Binary file (3.23 kB)
|
|
__pycache__/GDANet_cls.cpython-38.pyc
DELETED
Binary file (2.94 kB)
|
|
modelnet_c/.DS_Store
DELETED
Binary file (6.15 kB)
|
|