-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I turn off the synchronisation between the images to adjust one of the images and then t…
-
The original stable diffusion implementation for SD1.x only supports latent sizes that are multiples of 8 however there is a trick ([here it is implemented in diffusers](https://github.com/huggingface…
-
The result of this repository and the original darknet are slightly different (a bit worse detection some objects missing).
It works 90% but isn't quite as good.
I converted the weights file wi…
-
先按要求复制到环境:
cp -r ultralytics /home/kk/miniconda3/envs/rtdetr/lib/python3.10/site-packages/
在多gpu上进行训练出错,出错提示如下:
```
python mytrain.py …
-
The transformer stages are same, so I wonder how to combine x2, x3 and x4 SR training?
Looking forward to hearing from you!
-
Firstly,in the 'README.md' file, you note FFHQ is distributed in a **cropped version**, how to crop FFHQ image?Can you give me a code to process it.
Secondly,when i use ‘compute_statistics.py’ file …
-
when I run the command
python ./scripts/fid_score.py --path /userhome/inpaint_bord/data/places2_gt_1000/ /userhome/edge-connect-master/checkpoints/results/ (the /userhome/inpaint_bord/data/places2_g…
-
- Name of layer type: upsample_trilinear3d
- Is this a PyTorch or a TensorFlow layer type: PyTorch
- Your version of coremltools: 6.2
- Your version of PyTorch/TensorFlow: 1.12.1
- Impact of suppo…
-
Dear author,
Thank you so much for such a great job!
I have encountered a problem in my experiment and hope to get your guidance.
In the experiment, we found that even with the exact same cod…
-
The paper specifies that the decoder outputs the segmentation map at h/4*w/4. Is it then upsampled? Can you pinpoint me to the code where it is done?