-
Reviewer: Artyom Stitsyuk 20218256
I will list the noticed issues point by point:
• The first thing that I would like to improve is the structure and style of the paper review. While the first sec…
-
Hi,
I'm currently trying to setup the training data according to your description. However, I struggle with recreating the subset which you used for the real_LSUN category.
The link that you pro…
-
您好!我在运行代码的时候,出现ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
根据网上查找的资料,好像是我安装的pytorch版本(1.7.1)太高了,然后按照网上的指示修改了build.py内的相应内容,然后无法解决问题。
所以想问下您那边的pytorch版本是多少呢?您知道这个问题…
-
Hi @brjathu, thanks for sharing your work! In Table 2 you provide the experiment for ImageNet-100 and ImageNet-1000. However, I can not find details about how you construct the ImageNet-100 dataset fo…
-
您好,请问您的代码有相应的论文吗?谢谢!
-
This thread should be reserved for requesting the addition of new papers and repos to be added in the repository, since we are entering the roaring 20s.
-
Can someone explain the logic here? https://github.com/autonomousvision/sdfstudio/blob/370902a10dbef08cb3fe4391bd3ed1e227b5c165/nerfstudio/fields/sdf_field.py#L294
-
Dear author:
I'm a reader of this paper from China and found this paper may be helopful to my recent work about weather forcasting. For better understanding the techs, I'd like to read the supplemnts…
-
I think that ```DistillationLoss``` required distilled guided distillation (or every block's q, k pair).
But, i can't find DGD function.
Can this code show the performance of the paper without t…
-
GN to BN in auto_assign head, mAP for coco drops 3%.Do you encounter this problem?