ShirleyHe2020
ShirleyHe2020
with my own images , I got error as below when I tried run make_data.py Traceback (most recent call last): File "make_data.py", line 111, in data[0] = make_image(data, image_paths[idx], ratio)...
Traceback (most recent call last): File "setup.py", line 66, in setup( File "/home/qian/anaconda3/envs/LabelEnc/lib/python3.8/site-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "/home/qian/anaconda3/envs/LabelEnc/lib/python3.8/distutils/core.py", line 148, in setup dist.run_commands() File "/home/qian/anaconda3/envs/LabelEnc/lib/python3.8/distutils/dist.py", line 966,...
Is it necessary to set 5 stages in this function? I mean if 3, 4, 6 stages can work ================================================================= class LabelEncodingFunction(nn.Module): def __init__(self, in_channels): super(LabelEncodingFunction, self).__init__() self.stage1 = nn.Conv2d(in_channels,...
Hi authors, love your work. can you please share some hints on how to implement the loss to yolov5 backbone ?