Ali Balapour
Ali Balapour
I want to plot and calculate FROC for 3 WSIs (Test_001, Test_065, and Test_079 from Camelyon16), but the result is nan. I can't understand how do you calculate FROC. We...
When I ran the script to get a probability map of WSI, this error occurred: ` File "NCRF/wsi/bin/probs_map.py", line 54 data = Variable(data.cuda(async=True), volatile=True) ^ SyntaxError: invalid syntax `
"tails" -> "tail"
5.5.2 Factors : "R uses the levels attribute when it displays the factor, as you will see. R will display each 1 as female, the first label in the levels...
I want to run the demo on the ISIC2018 dataset. I do what you said in the Readme, but in the third stage, when I run `train_skin.py`, this error has...
Hi, I was wondering if it is possible to use DreamGaussian to generate a 3D mesh by using different views of an object. These images can be taken from various...
Hi, I've created a Docker image for running LEAP. You can find the image at the following link: https://hub.docker.com/r/alibalapour/leap_env The image includes python 3.10 with pytorch 2.0.1 and pytorch3d 0.7.7...
Hi, I have a question about evaluating LRM's output using standard metrics like PSNR and F-score. Are there any libraries or code available for this type of evaluation?
Hi, I am running the same training code in two environments and consistently see slower performance when using **PyTorch 2.4.0 + CUDA 12.1** compared to **PyTorch 1.9.0 + CUDA 11.x**....