-
Hi JiaRenChang,
Thank you for sharing the fantastic code repo.
I have a question. When I tried to evaluate the model on the KITTI 2015, what I downloaded from the provided KITTI dataset website w…
-
Some of the ground truth provided in https://drive.google.com/file/d/1r7Xa1RY7DAhB58Xz6xSNVVZsM9EW8zJj/view?usp=sharing is wrong: Jump tables are sometimes classified as instructions.
## Example 1:…
-
Hi, I want to train GMS model with msd pancreas dataset. And it has 3 classes(background, pancreas, tumor).
How can I train those 3 classes with your code? I don't know which variable indicates the n…
-
Is there any parameter setting information about the training of the regressors? I didn't get that good performance using a single-layer MLP regression score
-
Hi,
I am curious if you tried training the flow network with only a ground truth pose-reprojection-error-based loss instead of using the ground truth flow and then using bpnp loss after 30 epochs?…
-
Hello,
i'd downloaded the training data, but there is no ground truth of the data.
If possible,I would like to ask for the ground truth of your dataset.
Thank you very much!
Best regards.
-
With the inclusion of a Python API, it is now possible to add automated, comprehensive validation testing to verify that renderers are behaving correctly with different data inputs. A validation syste…
clyne updated
6 months ago
-
When applying inference to images of shape 2562x2562 px² they are cropped to 2048x2048 px². Only the inferred image is saved and this makes it impossible to further compare ground truth and input imag…
-
Hello!
@ChWick
When I'm using this option "--n_worst_lines" with the "calamari-eval"
for example for a .png(Test-...108.png) where the ground truth is "ولكن جيوهوا يجمع جمال كل هذه الجبال."
the p…
-
Hi. I am using hloc triangulation to reconstruct my scene when I have camera ground truth pose and images. I first use `rec.add_camera(camera)`, `rec.add_image(img)`, `rec.register_image(image_id)` to…