-
As I go through the definition sources in DO, I've noticed that a lot of the resources are "encyclopedia" - reference works or various compendiums of facts.
One that I am seeing often is reference …
-
2012 Cahill: "Of the four main phospholipids in membranes, threephosphatidylethanolamine (PE), phosphatidylcholine (PC), and sphingomyelin (SM)—are neutral, and one, phosphatidylserine (PS), is negati…
-
**Describe the phenomenon**
1. [VISTA codebase](https://github.com/Project-MONAI/VISTA/tree/main/vista3d) and the [paper](https://arxiv.org/pdf/2406.05285) says that VISTA3D supports **127 classes;**…
-
Thanks for your excell work. In the paper, it was observed that liver, kidney, and pancreas were used for validation. what about other types of tumors? Can you clarify which organ‘s synthetic tumors a…
-
Hi @febrianrachmadi ,
Thank you for sharing the implementation of the instance losses.
I have a question regarding the following class arguments :
![image](https://github.com/user-attachments/…
-
hi, i am very interested in your work, but i have a question about the code in train_2ddense.py
minindex[0] = max(minindex[0] - 3, 0)
minindex[1] = max(minindex[1] - 3, 0)
…
-
Hi Eric,
I am new to this software. Here are my log files. Please help.
Thanks
#.snakemake\log
Building DAG of jobs...
Using shell: /bin/bash
Provided cluster nodes: 100
Job stats:
job …
-
Users Online Now: 1,630 (Who's On?) | Visitors Today: 472,955
-- | --
Pageviews Today: 839,584 | Threads Today: 301 | Posts Today: 6,118
12:57 PM
Disclaimer / Copyright Info - Privacy Po…
-
```sql
select CATEGORY_URI, GROUP_CONCAT(distinct CATEGORY)
from CHARACTERISTIC
where CATEGORY_URI is not null
group by CATEGORY_URI
having count(distinct CATEGORY) > 1;
```
```sql
select VA…
-