54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
{
|
|
"cells": [
|
|
{
|
|
"cell_type": "code",
|
|
"execution_count": 1,
|
|
"id": "a916d355",
|
|
"metadata": {},
|
|
"outputs": [],
|
|
"source": [
|
|
"from SuperviselyKeypointsGUI import *\n",
|
|
"\n",
|
|
"keypoints_3d_path = r'karussel_24kps.csv'\n",
|
|
"token = ''\n",
|
|
"dataset_id = 627375 #(images)\n",
|
|
"project_id = 184347 #(Nurburg-karussel)\n",
|
|
"keypoints_3d = pd.read_csv(keypoints_3d_path, index_col=0).astype(float)\n",
|
|
"sp = Start_annotation(project_id, dataset_id, token,\n",
|
|
" 'local_dataset_path', keypoints_3d_path, 'point_cloud_path')"
|
|
]
|
|
},
|
|
{
|
|
"cell_type": "code",
|
|
"execution_count": 2,
|
|
"id": "d4037523",
|
|
"metadata": {},
|
|
"outputs": [],
|
|
"source": [
|
|
"sp.start()"
|
|
]
|
|
}
|
|
],
|
|
"metadata": {
|
|
"kernelspec": {
|
|
"display_name": "Python 3 (ipykernel)",
|
|
"language": "python",
|
|
"name": "python3"
|
|
},
|
|
"language_info": {
|
|
"codemirror_mode": {
|
|
"name": "ipython",
|
|
"version": 3
|
|
},
|
|
"file_extension": ".py",
|
|
"mimetype": "text/x-python",
|
|
"name": "python",
|
|
"nbconvert_exporter": "python",
|
|
"pygments_lexer": "ipython3",
|
|
"version": "3.9.7"
|
|
}
|
|
},
|
|
"nbformat": 4,
|
|
"nbformat_minor": 5
|
|
}
|