-
Hi,
I focused on the problem of AI security.
I want to study the performance of OneFormer model under some white-box attacks, e.g., FGSM.
The script is "python train_net_adv.py --num-gpus 1 -…
-
All the nodes in the test_cn_aux_full.json example file are failing to load with no logged errors - just the popup from Comfy saying:
```
When loading the graph, the following node types were not fo…
-
Hi. I am using exactly the same code as yours in run_sft.sh:
```
#!/bin/bash
CUR_DIR=`pwd`
ROOT=${CUR_DIR}
export PYTHONPATH=${ROOT}:${PYTHONPATH}
VISION_MODEL=openai/clip-vit-large-pa…
-
All the models for the preprocessors can be downloaded automatically, except for these two. If I want to download them manually, where should I store them? The error message is as follows.
Error oc…
-
Hello!
I am trying to fine-tune COCO pre-trained oneformer model with DiNAT backbone. My dataset is not completely in panoptic form, so I wrote my own custom datamapper, where I also added augmentati…
-
Hello, I followed the provided install instructions here: https://github.com/SHI-Labs/OneFormer/blob/main/INSTALL.md
However, I have come across multiple compatibility issues with this approach for…
-
In `tools/analyze_model.py` file there are imports from oneformer
```
from oneformer import (
add_oneformer_config,
add_common_config,
add_swin_config,
add_dinat_config,
add…
-
Hi, great works!
I tried to run demo as below:
```
python demo.py --config-file ../configs/cityscapes/convnext/mapillary_pretrain_oneformer_convnext_large_bs16_90k.yaml \
--input ../input \
…
-
Hi,
I installed controlnet nodes and played with them for a while while watching and reading tutorials. Suddenly I noticed that the roop node is not loading at the beginning. Also some of the mtb …
-
Hello, I have noticed that OpenVino's compatibility with PyTorch has improved. The function of directly converting PyTorch models to IR is now mature. Can you add some examples of pth2IR, such as obje…