-
### Description
The current SOTA paper for image retrieval was published in 2020. It's called "Combination of Multiple Global Descriptors for Image Retrieval," and you can find it [here](https://arxi…
-
Hi, I used the overleaf template provided in this repo and compiled the project. However, the line number seemed to be too close to the text (see the figure below). Is the format correct, or did I mis…
-
Hello!
I am having an issue with the replica dataset and some custom code I have written to insert human objects into the scene. Piecing together some of the code from the ECCV 2020 tutorial, I got…
-
Currently, ONNX does not include the Cross op.
PyTorch cross:
https://pytorch.org/docs/stable/torch.html#torch.cross
TF cross:
https://www.tensorflow.org/api_docs/python/tf/linalg/cross
-
음... 걍 잘 모르겠어서 빠르게 날로 먹기 위해 서베이 논문을 찾음.
# NeRF: Neural Radiance Field in 3D Vision, A Comprehensive Review (TPAMI 2022)
이 서베이 논문에 포함된 범위는 CVPR 2022, 그니까 2022년 6월까지의 내용을 담고 있다고함.
NeRF 첫 논문: ECCV…
-
To make the agent function like a drone, I need it to move along the Y-axis (UP-DOWN direction). I attempted to achieve this using the MoveUp control function registered in [default_controls.py](https…
-
There is already support for BilinearOperator in `pyproximal/pyproximal/utils/bilinear.py` and the PALM optimizer; however,
they do not scale to second-order methods such as Levenberg-Marquardt (LM) …
-
I would like to ask if using semi-supervised methods such as dividemix will have competitive performance with this noisy label setting?
-
学#2 issue还是感觉说中文会好一点。
1. 在支持材料中描述噪声标注的步骤,我看到图3中的斜率在像素强度为0时都是为负的,虽然实际过程中像素强度总是在black level之上的,我有个问题是如何来判断标定的参数的正确性呀。
2. 当像素强度为black level时,拟合的方差直线的图应该为$2\sigma_r$,想问下这个值和bias frame标注出来的差异大吗?
3…
-
I followed the tutorial from https://github.com/facebookresearch/habitat-sim/blob/main/examples/tutorials/colabs/ECCV_2020_Navigation.ipynb and used "observations = sim.step("turn_left")" to generate …