-
Hello, I am using Clay to do pixel-wise regression on water images. I have fine-tuned the model, and when doing predictions, I am getting a checkerboard pattern in the prediction output. Any ideas abo…
-
**With Clothes**
1.Learning to reconstruct people in clothing from a single rgb camera(2019)
code:https://github.com/thmoa (no training code) (same link to 1,2,3)
2.Multi-garmentnet: Learning to…
-
https://github.com/facebookresearch/segment-anything-2
* It's fast and can be quite small.
* Detection should be improved
* Similar to first model it runs on fixed resolution (512 by default)
* …
-
As in the paper said, 'training objective is a penalty-reduced pixel-wise logistic regression with focal loss'. I would assume this loss can be applied directly in multi-label case? And if it is the c…
-
> [!NOTE]
> If you have a request to support a specific method, or would like to see priority of one of the listed methods, please open a separate issue, so it won't get buried in this thread. Base…
-
Thank you very much for your excellent code, but I would like to ask you a few questions:
1. What is the purpose of introducing offset?
2. In the code file, you have center point, boundary box, mean…
-
For anyone else looking. [7672978988 (26 Jan 2024)](https://github.com/aardappel/treesheets/releases/tag/7672978988) is the last version of Treesheets before the toolbar icons were changed from WinXP/…
-
### in fcos3d.py: FCOS3DLoss, it writes
```python
if pos_inds.numel() == 0:
losses = {
"loss_box3d_quat": box3d_quat.sum() * 0.,
"loss_box3d_proj_ctr"…
-
I recently implemented a prescaler for mpv named RAVU, based on [RAISR (Rapid and Accurate Image Super Resolution)](https://arxiv.org/abs/1606.01299). After several iteration of improvement/performanc…
-
Thanks for your sharing! It's very helpful to my research. I have a question about the code. The JPSA is a two-stream multilayered regression model involving the two input sources: 1) pixelwise and 2)…