HaoXu
HaoXu
I have found the setting of the font, however, I have another question. How to add a local video to the HTML file, such as section-list.html?
Thanks for your rapid reply. I would like to use your pre-trained model on the FreiHAND dataset, and I don't know if I should set the `bbox_real=0.3` or `bbox_real=300`?
I want to use the model download from [here](https://drive.google.com/drive/folders/1WoSoDDF7UiIVDkSCtGusko8fTdpbIZcP), and I am not sure if this one is the pre-trained model on the FreiHAND dataset.
OK, got it. Thanks for your patient reply again.
OK, got it. Thanks.
Hi, When I try to load the above-mentioned pre-trained model weights, it seems that the one you released is inconsistent with the codes in this repo, because the keys and...
OK. That's because I want to evaluate the pre-trained model on the images captured in the wild. Anyway, I will try to handle this problem, and thanks for your patient...
I changed the code of the Rootnet to the following: ``` class RootNet(nn.Module): def __init__(self): self.inplanes = 2048 self.outplanes = 256 super(RootNet, self).__init__() self.xy_deconv = self._make_deconv_layer(3) self.xy_conv = nn.Sequential(nn.Conv2d(in_channels=self.outplanes, out_channels=1,...
Hi, It takes ~10 hours to train for 70 epochs and another 1.5h to train for the remaining 10 epochs, and I used 4 Titan V GPUs to train the...
Hi, Unfortunately, I have no idea to find where the problem is since I have not changed a line of the code (except the directory path of the dataset) and...