We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5979c6b commit d897d8fCopy full SHA for d897d8f
1 file changed
paper/cpsam/invariances.ipynb
@@ -1,5 +1,14 @@
1
{
2
"cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "metadata": {},
6
+ "source": [
7
+ "this notebook runs both cyto3 and cellpose-sam so uses cellpose==3.1.1.2 with the cellpose-sam net hacked in\n",
8
+ "\n",
9
+ "(see example env setup in benchmark_all_sam.ipynb)"
10
+ ]
11
+ },
12
13
"cell_type": "code",
14
"execution_count": null,
@@ -359,6 +368,9 @@
359
368
}
360
369
],
361
370
"metadata": {
371
+ "colab": {
372
+ "provenance": []
373
362
374
"kernelspec": {
363
375
"display_name": "cellsam",
364
376
"language": "python",
@@ -375,11 +387,8 @@
387
"nbconvert_exporter": "python",
388
"pygments_lexer": "ipython3",
377
389
"version": "3.10.15"
378
- },
379
- "colab": {
380
- "provenance": []
381
390
382
391
},
383
392
"nbformat": 4,
384
393
"nbformat_minor": 0
385
-}
394
+}
0 commit comments