coperception icon indicating copy to clipboard operation
coperception copied to clipboard

Issues while testing When2com

Open eyabesbes opened this issue 10 months ago • 1 comments

Hi, I have downloaded the checkpoints and then used them to train my model using the following command: make train com=when2com rsu=0 image

While trying to test the model using: make test_no-rsu com=when2com rsu=0 wrap=0 I get the following error image Something seem to be wrong with the inference mode.

eyabesbes avatar Apr 24 '24 13:04 eyabesbes

Add this line in the Makefile test block:

--inference $(inference) \

`# orginal one test_no_rsu: python $(testing_script)
--data $(testing_data)
--com $(com)
--resume $(logpath)/$(com)/no_rsu/epoch_$(nepoch).pth
--tracking
--logpath $(logpath)
--apply_late_fusion $(apply_late_fusion)
--visualization $(visualization)
--rsu 0

#new one

test_no_rsu: python $(testing_script)
--data $(testing_data)
--com $(com)
--resume $(logpath)/$(com)/no_rsu/epoch_$(nepoch).pth
--tracking
--logpath $(logpath)
--apply_late_fusion $(apply_late_fusion)
--visualization $(visualization)
--inference $(inference)
--rsu 0`

scdrand23 avatar May 07 '24 22:05 scdrand23

Thanks @scdrand23 for answering. @eyabesbes is this still a problem? If not, I'm going to close the issue.

simbaforrest avatar Jun 17 '24 16:06 simbaforrest

Closing the issue due to lack of response. Looks like the problem is addressed.

simbaforrest avatar Jun 19 '24 13:06 simbaforrest