Harry

Results 13 comments of Harry

I did as you suggested @CCInc . > In `forward_scripts/forward.py` replace `@hydra.main(config_path="conf/config.yaml")` with `@hydra.main(config_path="conf", config_name="config")`. Let me know if that changes anything. -> Did not change anything > Also, please...

Thanks for the insight @diwakar-ravichandran , however this does not solve the issue for me . As I now get the error: `AttributeError: 'dict' object has no attribute 'num_classes'`

Hi Guys, I seem to still be having the same issue. Has anyone made any progress in regards to resolving it? Here is the snippet of code: ``` print(cfg.input_path) setattr(checkpoint.data_config,...

Yes that is correct, the setattr is failing. It happens on anything that is using the forward.py script. Cheers, Harry

Is there any chance you can please share the labelled dataset? Cheers, Harry

Ah I am not too sure. I had a quick google and found this: https://ieee-dataport.org/ - it seems to be free if you are an IEEE member. Otherwise perhaps your...

Another option would be to store them directly on git-hub (I think it requires all files to be less than 100mb though, so you might need to split the hdf5...

Hi @marktube , Is it possible that you could please share a data-set that has the associated radius for every skeleton edge available? Cheers, Harry

Hi @marktube Do you have GT skeletons for the training data too? Cheers, Harry