MinsuKIM

Results 16 comments of MinsuKIM

also, ![image](https://user-images.githubusercontent.com/97087039/174532878-44df55e3-cc24-4561-928d-2b340d7dc3e7.png) this error is keep occured. what is the problem?

I tried to use with it Does it works well?

I used this package with HAP. no problem

sdk2 with driver2. On Wed, Nov 1, 2023 at 10:40 ariesyzak ***@***.***> wrote: > I used this package with HAP. no problem > > hello,which lib your project used? sdk...

> > Hi, I'm trying to use get_flops to get params and flops(MACs * 2). > > But, when I ran it with just default setup like only > >...

> Sorry, there seems a bug in the `get_flops.py` in the segmentation folder. You can replace `import mmdet_custom` with `import mmseg_custom`, and add the path to the segmentation folder to...

> I think maybe you can try a command like this: `python tools/get_flops.py configs/cityscapes/mask2former_beit_adapter_large_896_80k_mapillary_ss.py --shape 360 480` python get_flops.py mask2former_beit_adapter_large_896_80k_mapillary.pth.tar --shape 360 480 Traceback (most recent call last): File "get_flops.py",...

> The "not a check point" error is caused by the pre-trained checkpoint, not by ".py". When counting flops or parameters, you don't really need a checkpoint file or pretrained...

> Have you changed the `pretrained/beit_large_patch16_224_pt22k_ft22k.pth` in `configs/cityscapes/mask2former_beit_adapter_large_896_80k_mapillary_ss.py` to `None`? Yeah, it doesn't work. idk what is the problem now, but I'll keep try it. Thanks for your help!

@whyscience Thank you for your reply, but it does not work for me