AkshayPS12
AkshayPS12
if anybody has figured out the unmarshalling of XML responses please let me know , or if someone has started working , we can collaborate...
> Any progress on this? I have done this in a kind of hacky way : This function will query the node from the xml body you want to extract...
@cedricve make sure your struct is correct for which you are unmarshalling. You will need to understand the types. My VideoEncoderConfiguration Struct looks like this : ``` type VideoEncoderConfiguration struct...
Hi @sunwayforever if you see in `voc_data.py` in the `generate` function , the indices of `train` and `val` data are separated and they are being used for "sampling".