Kumar Devesh

Results 7 comments of Kumar Devesh

@NielsRogge @alaradirik If no one else is currently working on adding this model, I would like to work on it.

Using a python 3.8 [environment](https://gist.github.com/kumar-devesh/ef15c8fa31e8f377f3ab56d394408190) for feature extraction. > Do you mean the same issue arises when you try to use this [movienet-tools](https://github.com/movienet/movienet-tools/) repository? yes

error stack trace ``` from utils.movienet_tools_subset.persondetector import PersonDetector File "/home/devesh/EmoTx-CVPR2023/utils/movienet_tools_subset/persondetector.py", line 16, in from utils.movienet_tools_subset.persondet_cascade_rcnn import CascadeRCNN File "/home/devesh/EmoTx-CVPR2023/utils/movienet_tools_subset/persondet_cascade_rcnn.py", line 6, in from utils.movienet_tools_subset.persondet_modules.convfc_bbox_head import SharedFCBBoxHead File "/home/devesh/EmoTx-CVPR2023/utils/movienet_tools_subset/persondet_modules/convfc_bbox_head.py", line 3,...

I get the same error. Have nms_cpu and nms_cuda in this import statement been defined? `from . import nms_cpu, nms_cuda`

Hi @HsunGong, will you be working on contributing GLoRA? I would like to work on it as well!

@younesbelkada @BenjaminBossan I would like to work towards adding this to peft.

Hey @githubnemo , I would like to take this up this weekend. Whats the closet to GLoRA peft method that i can use for reference?